#cb044d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
203, 4, 77
HSL
338°, 96%, 41%
CMYK
0, 98, 62, 20
Luminance
0.1332
Every format
| HEX | #cb044d |
| RGB | rgb(203, 4, 77) |
| HSL | hsl(338, 96%, 41%) |
| CMYK | cmyk(0%, 98%, 62%, 20%) |
| LAB | lab(43.3 69.3 17.6) |
| LCH | lch(43.3 71.5 14.3) |
| OKLCH | oklch(0.538 0.214 11.6) |
Copy-ready code
/* CSS */
color: #cb044d;
background-color: #cb044d;
/* Tailwind (arbitrary) */
class="text-[#cb044d] bg-[#cb044d]"
/* SCSS */
$brand: #cb044d;
/* SwiftUI */
Color(red: 0.796, green: 0.016, blue: 0.302)
/* Android */
Color.parseColor("#cb044d")Accessibility — WCAG contrast
Aa
#cb044d on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb044d on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green1.6%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow62.1%
Key (black)20.4%
Color previews
#cb044d text on a black background
contrast 3.66:1
Card sample
#cb044d text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb044d;
Background color
Panel with #cb044d background
background-color: #cb044d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb044d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 4, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 4, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb044d; background: linear-gradient(135deg, #cb044d, #CB4004);