#ce04eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 4, 235
HSL
293°, 97%, 47%
CMYK
12, 98, 0, 8
Luminance
0.1921
Every format
| HEX | #ce04eb |
| RGB | rgb(206, 4, 235) |
| HSL | hsl(293, 97%, 47%) |
| CMYK | cmyk(12%, 98%, 0%, 8%) |
| LAB | lab(50.9 87.7 -65.2) |
| LCH | lch(50.9 109.3 323.4) |
| OKLCH | oklch(0.617 0.293 321.3) |
Copy-ready code
/* CSS */
color: #ce04eb;
background-color: #ce04eb;
/* Tailwind (arbitrary) */
class="text-[#ce04eb] bg-[#ce04eb]"
/* SCSS */
$brand: #ce04eb;
/* SwiftUI */
Color(red: 0.808, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#ce04eb")Accessibility — WCAG contrast
Aa
#ce04eb on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce04eb on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green1.6%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ce04eb text on a black background
contrast 4.84:1
Card sample
#ce04eb text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce04eb;
Background color
Panel with #ce04eb background
background-color: #ce04eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce04eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce04eb; background: linear-gradient(135deg, #ce04eb, #EB046E);