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