#cb047f
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 4, 127
HSL
323°, 96%, 41%
CMYK
0, 98, 37, 20
Luminance
0.1432
Every format
| HEX | #cb047f |
| RGB | rgb(203, 4, 127) |
| HSL | hsl(323, 96%, 41%) |
| CMYK | cmyk(0%, 98%, 37%, 20%) |
| LAB | lab(44.7 73.1 -11.5) |
| LCH | lch(44.7 74.0 351.0) |
| OKLCH | oklch(0.553 0.228 352.5) |
Copy-ready code
/* CSS */
color: #cb047f;
background-color: #cb047f;
/* Tailwind (arbitrary) */
class="text-[#cb047f] bg-[#cb047f]"
/* SCSS */
$brand: #cb047f;
/* SwiftUI */
Color(red: 0.796, green: 0.016, blue: 0.498)
/* Android */
Color.parseColor("#cb047f")Accessibility — WCAG contrast
Aa
#cb047f on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb047f on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green1.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow37.4%
Key (black)20.4%
Color previews
#cb047f text on a black background
contrast 3.86:1
Card sample
#cb047f text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb047f;
Background color
Panel with #cb047f background
background-color: #cb047f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb047f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 4, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 4, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb047f; background: linear-gradient(135deg, #cb047f, #CB0E04);