#cb0484
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 4, 132
HSL
321°, 96%, 41%
CMYK
0, 98, 35, 20
Luminance
0.1445
Every format
| HEX | #cb0484 |
| RGB | rgb(203, 4, 132) |
| HSL | hsl(321, 96%, 41%) |
| CMYK | cmyk(0%, 98%, 35%, 20%) |
| LAB | lab(44.9 73.6 -14.3) |
| LCH | lch(44.9 75.0 349.0) |
| OKLCH | oklch(0.555 0.230 350.7) |
Copy-ready code
/* CSS */
color: #cb0484;
background-color: #cb0484;
/* Tailwind (arbitrary) */
class="text-[#cb0484] bg-[#cb0484]"
/* SCSS */
$brand: #cb0484;
/* SwiftUI */
Color(red: 0.796, green: 0.016, blue: 0.518)
/* Android */
Color.parseColor("#cb0484")Accessibility — WCAG contrast
Aa
#cb0484 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0484 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green1.6%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow35.0%
Key (black)20.4%
Color previews
#cb0484 text on a black background
contrast 3.89:1
Card sample
#cb0484 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0484;
Background color
Panel with #cb0484 background
background-color: #cb0484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 4, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 4, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0484; background: linear-gradient(135deg, #cb0484, #CB0904);