#C599B6
A light, muted magenta closely aligning with Thistle.
About #C599B6
When working with digital screens, the color #C599B6 is rendered by mixing light. It is closely associated with the named CSS color Thistle. In the RGB color space, it consists of 197 red, 153 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 22% M, 8% Y, and 23% K. With a hue angle of 320.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C599B6
RGB197, 153, 182
HSL320.5°, 27.5%, 68.6%
CMYK0%, 22%, 8%, 23%
HSV320.5°, 22.3%, 77.3%
LAB68.0, 21.2, -8.7
XYZ42.9, 38.0, 49.3
Decimal12949942
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.61:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C599B6;
}
.text-color {
color: #C599B6;
}
.border-color {
border: 2px solid #C599B6;
}