#c89df8
a light, electric violet · warm · closest name: plum
RGB
200, 157, 248
HSL
268°, 87%, 79%
CMYK
19, 37, 0, 3
Luminance
0.4317
Every format
| HEX | #c89df8 |
| RGB | rgb(200, 157, 248) |
| HSL | hsl(268, 87%, 79%) |
| CMYK | cmyk(19%, 37%, 0%, 3%) |
| LAB | lab(71.7 33.2 -39.5) |
| LCH | lch(71.7 51.6 310.0) |
| OKLCH | oklch(0.769 0.134 305.2) |
Copy-ready code
/* CSS */
color: #c89df8;
background-color: #c89df8;
/* Tailwind (arbitrary) */
class="text-[#c89df8] bg-[#c89df8]"
/* SCSS */
$brand: #c89df8;
/* SwiftUI */
Color(red: 0.784, green: 0.616, blue: 0.973)
/* Android */
Color.parseColor("#c89df8")Accessibility — WCAG contrast
Aa
#c89df8 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c89df8 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green61.6%
Blue97.3%
CMYK percentages
Cyan19.4%
Magenta36.7%
Yellow0.0%
Key (black)2.7%
Color previews
#c89df8 text on a black background
contrast 9.63:1
Card sample
#c89df8 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c89df8;
Background color
Panel with #c89df8 background
background-color: #c89df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c89df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 157, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 157, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c89df8; background: linear-gradient(135deg, #c89df8, #F89DEB);