#F0B6E9
A very light, moderate magenta closely aligning with Plum.
About #F0B6E9
Visually, #F0B6E9 is defined as a moderate magenta. Its closest recognized web color is Plum. Its digital footprint relies on 240 parts red, 182 parts green, and 233 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 24% Magenta, 3% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0B6E9
RGB240, 182, 233
HSL307.2°, 65.9%, 82.7%
CMYK0%, 24%, 3%, 6%
HSV307.2°, 24.2%, 94.1%
LAB80.7, 29.2, -17.3
XYZ67.4, 57.9, 84.7
Decimal15775465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.57:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B6E9;
}
.text-color {
color: #F0B6E9;
}
.border-color {
border: 2px solid #F0B6E9;
}