#cb02a2
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 2, 162
HSL
312°, 98%, 40%
CMYK
0, 99, 20, 20
Luminance
0.1535
Every format
| HEX | #cb02a2 |
| RGB | rgb(203, 2, 162) |
| HSL | hsl(312, 98%, 40%) |
| CMYK | cmyk(0%, 99%, 20%, 20%) |
| LAB | lab(46.1 77.1 -30.6) |
| LCH | lch(46.1 82.9 338.4) |
| OKLCH | oklch(0.569 0.246 340.3) |
Copy-ready code
/* CSS */
color: #cb02a2;
background-color: #cb02a2;
/* Tailwind (arbitrary) */
class="text-[#cb02a2] bg-[#cb02a2]"
/* SCSS */
$brand: #cb02a2;
/* SwiftUI */
Color(red: 0.796, green: 0.008, blue: 0.635)
/* Android */
Color.parseColor("#cb02a2")Accessibility — WCAG contrast
Aa
#cb02a2 on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb02a2 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green0.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow20.2%
Key (black)20.4%
Color previews
#cb02a2 text on a black background
contrast 4.07:1
Card sample
#cb02a2 text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb02a2;
Background color
Panel with #cb02a2 background
background-color: #cb02a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb02a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 2, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 2, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb02a2; background: linear-gradient(135deg, #cb02a2, #CB021C);