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