#cc89eb
a light, vivid violet · warm · closest name: violet
RGB
204, 137, 235
HSL
281°, 71%, 73%
CMYK
13, 42, 0, 8
Luminance
0.3673
Every format
| HEX | #cc89eb |
| RGB | rgb(204, 137, 235) |
| HSL | hsl(281, 71%, 73%) |
| CMYK | cmyk(13%, 42%, 0%, 8%) |
| LAB | lab(67.1 42.4 -39.5) |
| LCH | lch(67.1 58.0 317.0) |
| OKLCH | oklch(0.733 0.153 314.5) |
Copy-ready code
/* CSS */
color: #cc89eb;
background-color: #cc89eb;
/* Tailwind (arbitrary) */
class="text-[#cc89eb] bg-[#cc89eb]"
/* SCSS */
$brand: #cc89eb;
/* SwiftUI */
Color(red: 0.800, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#cc89eb")Accessibility — WCAG contrast
Aa
#cc89eb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc89eb on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.7%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cc89eb text on a black background
contrast 8.35:1
Card sample
#cc89eb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc89eb;
Background color
Panel with #cc89eb background
background-color: #cc89eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc89eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc89eb; background: linear-gradient(135deg, #cc89eb, #EB89C9);