#ce0076
a dark, electric magenta / pink · warm · closest name: purple
RGB
206, 0, 118
HSL
326°, 100%, 40%
CMYK
0, 100, 43, 19
Luminance
0.1443
Every format
| HEX | #ce0076 |
| RGB | rgb(206, 0, 118) |
| HSL | hsl(326, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 43%, 19%) |
| LAB | lab(44.9 73.3 -5.7) |
| LCH | lch(44.9 73.5 355.6) |
| OKLCH | oklch(0.555 0.227 356.5) |
Copy-ready code
/* CSS */
color: #ce0076;
background-color: #ce0076;
/* Tailwind (arbitrary) */
class="text-[#ce0076] bg-[#ce0076]"
/* SCSS */
$brand: #ce0076;
/* SwiftUI */
Color(red: 0.808, green: 0.000, blue: 0.463)
/* Android */
Color.parseColor("#ce0076")Accessibility — WCAG contrast
Aa
#ce0076 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce0076 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow42.7%
Key (black)19.2%
Color previews
#ce0076 text on a black background
contrast 3.89:1
Card sample
#ce0076 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0076;
Background color
Panel with #ce0076 background
background-color: #ce0076;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0076;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 0, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 0, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0076; background: linear-gradient(135deg, #ce0076, #CE1300);