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