#ce87eb
a light, vivid violet · warm · closest name: violet
RGB
206, 135, 235
HSL
283°, 71%, 73%
CMYK
12, 43, 0, 8
Luminance
0.3645
Every format
| HEX | #ce87eb |
| RGB | rgb(206, 135, 235) |
| HSL | hsl(283, 71%, 73%) |
| CMYK | cmyk(12%, 43%, 0%, 8%) |
| LAB | lab(66.9 44.1 -39.9) |
| LCH | lch(66.9 59.4 317.9) |
| OKLCH | oklch(0.732 0.158 315.6) |
Copy-ready code
/* CSS */
color: #ce87eb;
background-color: #ce87eb;
/* Tailwind (arbitrary) */
class="text-[#ce87eb] bg-[#ce87eb]"
/* SCSS */
$brand: #ce87eb;
/* SwiftUI */
Color(red: 0.808, green: 0.529, blue: 0.922)
/* Android */
Color.parseColor("#ce87eb")Accessibility — WCAG contrast
Aa
#ce87eb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce87eb on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.9%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta42.6%
Yellow0.0%
Key (black)7.8%
Color previews
#ce87eb text on a black background
contrast 8.29:1
Card sample
#ce87eb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce87eb;
Background color
Panel with #ce87eb background
background-color: #ce87eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce87eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 135, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 135, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce87eb; background: linear-gradient(135deg, #ce87eb, #EB87C5);