#ce024d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
206, 2, 77
HSL
338°, 98%, 41%
CMYK
0, 99, 63, 19
Luminance
0.1370
Every format
| HEX | #ce024d |
| RGB | rgb(206, 2, 77) |
| HSL | hsl(338, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 63%, 19%) |
| LAB | lab(43.8 70.2 18.5) |
| LCH | lch(43.8 72.5 14.8) |
| OKLCH | oklch(0.543 0.216 12.0) |
Copy-ready code
/* CSS */
color: #ce024d;
background-color: #ce024d;
/* Tailwind (arbitrary) */
class="text-[#ce024d] bg-[#ce024d]"
/* SCSS */
$brand: #ce024d;
/* SwiftUI */
Color(red: 0.808, green: 0.008, blue: 0.302)
/* Android */
Color.parseColor("#ce024d")Accessibility — WCAG contrast
Aa
#ce024d on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ce024d on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.8%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow62.6%
Key (black)19.2%
Color previews
#ce024d text on a black background
contrast 3.74:1
Card sample
#ce024d text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce024d;
Background color
Panel with #ce024d background
background-color: #ce024d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce024d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 2, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 2, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce024d; background: linear-gradient(135deg, #ce024d, #CE3F02);