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