#C5A0C5
A light, muted magenta closely aligning with Thistle.
About #C5A0C5
At its core, #C5A0C5 is a light and muted hue. If you're using CSS, you might find it aligns closely with Thistle. This translates to an RGB value of rgb(197, 160, 197).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 19% magenta, 0% yellow, and 23% black. With a hue angle of 300.0 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5A0C5
RGB197, 160, 197
HSL300.0°, 24.2%, 70.0%
CMYK0%, 19%, 0%, 23%
HSV300.0°, 18.8%, 77.3%
LAB70.2, 20.1, -13.8
XYZ45.7, 41.0, 58.3
Decimal12951749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.21:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5A0C5;
}
.text-color {
color: #C5A0C5;
}
.border-color {
border: 2px solid #C5A0C5;
}