#F0CCE9
A very light, moderate magenta closely aligning with Thistle.
About #F0CCE9
At its core, #F0CCE9 is a very light and moderate hue. It is closely associated with the named CSS color Thistle. This translates to an RGB value of rgb(240, 204, 233).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 15% magenta, 3% yellow, and 6% black. With a hue angle of 311.7 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0CCE9
RGB240, 204, 233
HSL311.7°, 54.5%, 87.1%
CMYK0%, 15%, 3%, 6%
HSV311.7°, 15.0%, 94.1%
LAB85.8, 17.5, -9.6
XYZ72.2, 67.6, 86.3
Decimal15781097
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.52:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CCE9;
}
.text-color {
color: #F0CCE9;
}
.border-color {
border: 2px solid #F0CCE9;
}