#F0D3E2
A very light, moderate magenta closely aligning with Thistle.
About #F0D3E2
The hex code #F0D3E2 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Thistle. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 211, and 226.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 12% M, 6% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F0D3E2
RGB240, 211, 226
HSL329.0°, 49.2%, 88.4%
CMYK0%, 12%, 6%, 6%
HSV329.0°, 12.1%, 94.1%
LAB87.3, 12.6, -3.7
XYZ73.0, 70.6, 81.7
Decimal15782882
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.12:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0D3E2;
}
.text-color {
color: #F0D3E2;
}
.border-color {
border: 2px solid #F0D3E2;
}