#c89ddf
a light, vivid violet · warm · closest name: plum
RGB
200, 157, 223
HSL
279°, 51%, 75%
CMYK
10, 30, 0, 13
Luminance
0.4172
Every format
| HEX | #c89ddf |
| RGB | rgb(200, 157, 223) |
| HSL | hsl(279, 51%, 75%) |
| CMYK | cmyk(10%, 30%, 0%, 13%) |
| LAB | lab(70.7 27.8 -27.4) |
| LCH | lch(70.7 39.0 315.5) |
| OKLCH | oklch(0.758 0.103 313.5) |
Copy-ready code
/* CSS */
color: #c89ddf;
background-color: #c89ddf;
/* Tailwind (arbitrary) */
class="text-[#c89ddf] bg-[#c89ddf]"
/* SCSS */
$brand: #c89ddf;
/* SwiftUI */
Color(red: 0.784, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#c89ddf")Accessibility — WCAG contrast
Aa
#c89ddf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89ddf on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green61.6%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c89ddf text on a black background
contrast 9.34:1
Card sample
#c89ddf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89ddf;
Background color
Panel with #c89ddf background
background-color: #c89ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89ddf; background: linear-gradient(135deg, #c89ddf, #DF9DCA);