#c889ff
a light, electric violet · warm · closest name: violet
RGB
200, 137, 255
HSL
272°, 100%, 77%
CMYK
22, 46, 0, 0
Luminance
0.3739
Every format
| HEX | #c889ff |
| RGB | rgb(200, 137, 255) |
| HSL | hsl(272, 100%, 77%) |
| CMYK | cmyk(22%, 46%, 0%, 0%) |
| LAB | lab(67.6 45.6 -49.8) |
| LCH | lch(67.6 67.5 312.5) |
| OKLCH | oklch(0.739 0.175 307.3) |
Copy-ready code
/* CSS */
color: #c889ff;
background-color: #c889ff;
/* Tailwind (arbitrary) */
class="text-[#c889ff] bg-[#c889ff]"
/* SCSS */
$brand: #c889ff;
/* SwiftUI */
Color(red: 0.784, green: 0.537, blue: 1.000)
/* Android */
Color.parseColor("#c889ff")Accessibility — WCAG contrast
Aa
#c889ff on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c889ff on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green53.7%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta46.3%
Yellow0.0%
Key (black)0.0%
Color previews
#c889ff text on a black background
contrast 8.48:1
Card sample
#c889ff text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c889ff;
Background color
Panel with #c889ff background
background-color: #c889ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c889ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 137, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 137, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c889ff; background: linear-gradient(135deg, #c889ff, #FF89E7);