#c89ef1
a light, vivid violet · warm · closest name: plum
RGB
200, 158, 241
HSL
270°, 75%, 78%
CMYK
17, 34, 0, 6
Luminance
0.4308
Every format
| HEX | #c89ef1 |
| RGB | rgb(200, 158, 241) |
| HSL | hsl(270, 75%, 78%) |
| CMYK | cmyk(17%, 34%, 0%, 6%) |
| LAB | lab(71.6 31.1 -35.8) |
| LCH | lch(71.6 47.4 311.0) |
| OKLCH | oklch(0.768 0.123 306.9) |
Copy-ready code
/* CSS */
color: #c89ef1;
background-color: #c89ef1;
/* Tailwind (arbitrary) */
class="text-[#c89ef1] bg-[#c89ef1]"
/* SCSS */
$brand: #c89ef1;
/* SwiftUI */
Color(red: 0.784, green: 0.620, blue: 0.945)
/* Android */
Color.parseColor("#c89ef1")Accessibility — WCAG contrast
Aa
#c89ef1 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89ef1 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green62.0%
Blue94.5%
CMYK percentages
Cyan17.0%
Magenta34.4%
Yellow0.0%
Key (black)5.5%
Color previews
#c89ef1 text on a black background
contrast 9.62:1
Card sample
#c89ef1 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89ef1;
Background color
Panel with #c89ef1 background
background-color: #c89ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 158, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 158, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89ef1; background: linear-gradient(135deg, #c89ef1, #F19EE3);