#c89ff2
a light, electric violet · warm · closest name: plum
RGB
200, 159, 242
HSL
270°, 76%, 79%
CMYK
17, 34, 0, 5
Luminance
0.4349
Every format
| HEX | #c89ff2 |
| RGB | rgb(200, 159, 242) |
| HSL | hsl(270, 76%, 79%) |
| CMYK | cmyk(17%, 34%, 0%, 5%) |
| LAB | lab(71.9 30.8 -35.9) |
| LCH | lch(71.9 47.3 310.6) |
| OKLCH | oklch(0.770 0.123 306.4) |
Copy-ready code
/* CSS */
color: #c89ff2;
background-color: #c89ff2;
/* Tailwind (arbitrary) */
class="text-[#c89ff2] bg-[#c89ff2]"
/* SCSS */
$brand: #c89ff2;
/* SwiftUI */
Color(red: 0.784, green: 0.624, blue: 0.949)
/* Android */
Color.parseColor("#c89ff2")Accessibility — WCAG contrast
Aa
#c89ff2 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89ff2 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green62.4%
Blue94.9%
CMYK percentages
Cyan17.4%
Magenta34.3%
Yellow0.0%
Key (black)5.1%
Color previews
#c89ff2 text on a black background
contrast 9.70:1
Card sample
#c89ff2 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89ff2;
Background color
Panel with #c89ff2 background
background-color: #c89ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 159, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 159, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89ff2; background: linear-gradient(135deg, #c89ff2, #F29FE5);