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