#cb02af
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 2, 175
HSL
308°, 98%, 40%
CMYK
0, 99, 14, 20
Luminance
0.1584
Every format
| HEX | #cb02af |
| RGB | rgb(203, 2, 175) |
| HSL | hsl(308, 98%, 40%) |
| CMYK | cmyk(0%, 99%, 14%, 20%) |
| LAB | lab(46.8 78.7 -37.3) |
| LCH | lch(46.8 87.1 334.7) |
| OKLCH | oklch(0.575 0.254 336.3) |
Copy-ready code
/* CSS */
color: #cb02af;
background-color: #cb02af;
/* Tailwind (arbitrary) */
class="text-[#cb02af] bg-[#cb02af]"
/* SCSS */
$brand: #cb02af;
/* SwiftUI */
Color(red: 0.796, green: 0.008, blue: 0.686)
/* Android */
Color.parseColor("#cb02af")Accessibility — WCAG contrast
Aa
#cb02af on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb02af on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green0.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow13.8%
Key (black)20.4%
Color previews
#cb02af text on a black background
contrast 4.17:1
Card sample
#cb02af text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb02af;
Background color
Panel with #cb02af background
background-color: #cb02af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb02af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 2, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 2, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb02af; background: linear-gradient(135deg, #cb02af, #CB0229);