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