#F0CCF0
A very light, moderate magenta closely aligning with Thistle.
About #F0CCF0
The hex code #F0CCF0 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Thistle. This translates to an RGB value of rgb(240, 204, 240).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 15% M, 0% Y, and 6% K. The HSL representation is 300.0° hue, 54.5% saturation, and 87.1% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0CCF0
RGB240, 204, 240
HSL300.0°, 54.5%, 87.1%
CMYK0%, 15%, 0%, 6%
HSV300.0°, 15.0%, 94.1%
LAB86.0, 18.7, -13.0
XYZ73.3, 68.0, 91.7
Decimal15781104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.60:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CCF0;
}
.text-color {
color: #F0CCF0;
}
.border-color {
border: 2px solid #F0CCF0;
}