#c89df2
a light, electric violet · warm · closest name: plum
RGB
200, 157, 242
HSL
270°, 77%, 78%
CMYK
17, 35, 0, 5
Luminance
0.4280
Every format
| HEX | #c89df2 |
| RGB | rgb(200, 157, 242) |
| HSL | hsl(270, 77%, 78%) |
| CMYK | cmyk(17%, 35%, 0%, 5%) |
| LAB | lab(71.4 31.9 -36.6) |
| LCH | lch(71.4 48.5 311.0) |
| OKLCH | oklch(0.766 0.126 306.8) |
Copy-ready code
/* CSS */
color: #c89df2;
background-color: #c89df2;
/* Tailwind (arbitrary) */
class="text-[#c89df2] bg-[#c89df2]"
/* SCSS */
$brand: #c89df2;
/* SwiftUI */
Color(red: 0.784, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#c89df2")Accessibility — WCAG contrast
Aa
#c89df2 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89df2 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green61.6%
Blue94.9%
CMYK percentages
Cyan17.4%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#c89df2 text on a black background
contrast 9.56:1
Card sample
#c89df2 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89df2;
Background color
Panel with #c89df2 background
background-color: #c89df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89df2; background: linear-gradient(135deg, #c89df2, #F29DE3);