#ce41eb
a balanced, electric violet · warm · closest name: magenta
RGB
206, 65, 235
HSL
290°, 81%, 59%
CMYK
12, 72, 0, 8
Luminance
0.2290
Every format
| HEX | #ce41eb |
| RGB | rgb(206, 65, 235) |
| HSL | hsl(290, 81%, 59%) |
| CMYK | cmyk(12%, 72%, 0%, 8%) |
| LAB | lab(55.0 75.9 -58.7) |
| LCH | lch(55.0 96.0 322.3) |
| OKLCH | oklch(0.645 0.257 320.2) |
Copy-ready code
/* CSS */
color: #ce41eb;
background-color: #ce41eb;
/* Tailwind (arbitrary) */
class="text-[#ce41eb] bg-[#ce41eb]"
/* SCSS */
$brand: #ce41eb;
/* SwiftUI */
Color(red: 0.808, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#ce41eb")Accessibility — WCAG contrast
Aa
#ce41eb on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce41eb on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green25.5%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ce41eb text on a black background
contrast 5.58:1
Card sample
#ce41eb text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce41eb;
Background color
Panel with #ce41eb background
background-color: #ce41eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce41eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce41eb; background: linear-gradient(135deg, #ce41eb, #EB4197);