#ce76eb
a light, vivid violet · warm · closest name: violet
RGB
206, 118, 235
HSL
285°, 75%, 69%
CMYK
12, 50, 0, 8
Luminance
0.3208
Every format
| HEX | #ce76eb |
| RGB | rgb(206, 118, 235) |
| HSL | hsl(285, 75%, 69%) |
| CMYK | cmyk(12%, 50%, 0%, 8%) |
| LAB | lab(63.4 52.9 -45.3) |
| LCH | lch(63.4 69.6 319.4) |
| OKLCH | oklch(0.707 0.185 317.2) |
Copy-ready code
/* CSS */
color: #ce76eb;
background-color: #ce76eb;
/* Tailwind (arbitrary) */
class="text-[#ce76eb] bg-[#ce76eb]"
/* SCSS */
$brand: #ce76eb;
/* SwiftUI */
Color(red: 0.808, green: 0.463, blue: 0.922)
/* Android */
Color.parseColor("#ce76eb")Accessibility — WCAG contrast
Aa
#ce76eb on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce76eb on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green46.3%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta49.8%
Yellow0.0%
Key (black)7.8%
Color previews
#ce76eb text on a black background
contrast 7.42:1
Card sample
#ce76eb text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce76eb;
Background color
Panel with #ce76eb background
background-color: #ce76eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce76eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 118, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 118, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce76eb; background: linear-gradient(135deg, #ce76eb, #EB76BA);