#cb02cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
203, 2, 207
HSL
299°, 98%, 41%
CMYK
2, 99, 0, 19
Luminance
0.1724
Every format
| HEX | #cb02cf |
| RGB | rgb(203, 2, 207) |
| HSL | hsl(299, 98%, 41%) |
| CMYK | cmyk(2%, 99%, 0%, 19%) |
| LAB | lab(48.6 83.2 -53.1) |
| LCH | lch(48.6 98.6 327.5) |
| OKLCH | oklch(0.594 0.274 327.3) |
Copy-ready code
/* CSS */
color: #cb02cf;
background-color: #cb02cf;
/* Tailwind (arbitrary) */
class="text-[#cb02cf] bg-[#cb02cf]"
/* SCSS */
$brand: #cb02cf;
/* SwiftUI */
Color(red: 0.796, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#cb02cf")Accessibility — WCAG contrast
Aa
#cb02cf on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb02cf on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green0.8%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#cb02cf text on a black background
contrast 4.45:1
Card sample
#cb02cf text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb02cf;
Background color
Panel with #cb02cf background
background-color: #cb02cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb02cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb02cf; background: linear-gradient(135deg, #cb02cf, #CF024A);