#F083BD
A light, vivid magenta closely aligning with Palevioletred.
About #F083BD
At its core, #F083BD is a light and vivid hue. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 240 red, 131 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 45% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F083BD
RGB240, 131, 189
HSL328.1°, 78.4%, 72.7%
CMYK0%, 45%, 21%, 6%
HSV328.1°, 45.4%, 94.1%
LAB68.3, 48.6, -11.7
XYZ53.2, 38.4, 52.8
Decimal15762365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.69:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F083BD;
}
.text-color {
color: #F083BD;
}
.border-color {
border: 2px solid #F083BD;
}