#F0CCDB
A very light, moderate magenta closely aligning with Thistle.
About #F0CCDB
When working with digital screens, the color #F0CCDB is rendered by mixing light. Its closest recognized web color is Thistle. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 204, and 219.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 15% Magenta, 9% Yellow, and 6% Black. The HSL representation is 335.0° hue, 54.5% saturation, and 87.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0CCDB
RGB240, 204, 219
HSL335.0°, 54.5%, 87.1%
CMYK0%, 15%, 9%, 6%
HSV335.0°, 15.0%, 94.1%
LAB85.4, 15.1, -2.7
XYZ70.3, 66.8, 76.2
Decimal15781083
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.37:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CCDB;
}
.text-color {
color: #F0CCDB;
}
.border-color {
border: 2px solid #F0CCDB;
}