#F0B6F8
A very light, vivid magenta closely aligning with Plum.
About #F0B6F8
The hex code #F0B6F8 represents a beautifully specific shade of magenta. Its closest recognized web color is Plum. This translates to an RGB value of rgb(240, 182, 248).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 3% C, 27% M, 0% Y, and 3% K. The HSL representation is 292.7° hue, 82.5% saturation, and 84.3% lightness.
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#F0B6F8
RGB240, 182, 248
HSL292.7°, 82.5%, 84.3%
CMYK3%, 27%, 0%, 3%
HSV292.7°, 26.6%, 97.3%
LAB81.2, 31.9, -24.6
XYZ69.6, 58.8, 96.5
Decimal15775480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.75:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B6F8;
}
.text-color {
color: #F0B6F8;
}
.border-color {
border: 2px solid #F0B6F8;
}