#ce03df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
206, 3, 223
HSL
295°, 97%, 44%
CMYK
8, 99, 0, 13
Luminance
0.1851
Every format
| HEX | #ce03df |
| RGB | rgb(206, 3, 223) |
| HSL | hsl(295, 97%, 44%) |
| CMYK | cmyk(8%, 99%, 0%, 13%) |
| LAB | lab(50.1 85.9 -59.7) |
| LCH | lch(50.1 104.6 325.2) |
| OKLCH | oklch(0.609 0.285 324.1) |
Copy-ready code
/* CSS */
color: #ce03df;
background-color: #ce03df;
/* Tailwind (arbitrary) */
class="text-[#ce03df] bg-[#ce03df]"
/* SCSS */
$brand: #ce03df;
/* SwiftUI */
Color(red: 0.808, green: 0.012, blue: 0.875)
/* Android */
Color.parseColor("#ce03df")Accessibility — WCAG contrast
Aa
#ce03df on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce03df on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green1.2%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta98.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ce03df text on a black background
contrast 4.70:1
Card sample
#ce03df text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce03df;
Background color
Panel with #ce03df background
background-color: #ce03df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce03df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 3, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 3, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce03df; background: linear-gradient(135deg, #ce03df, #DF035D);