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