#cf02ba
a dark, electric magenta / pink · warm · closest name: magenta
RGB
207, 2, 186
HSL
306°, 98%, 41%
CMYK
0, 99, 10, 19
Luminance
0.1685
Every format
| HEX | #cf02ba |
| RGB | rgb(207, 2, 186) |
| HSL | hsl(306, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 10%, 19%) |
| LAB | lab(48.1 80.9 -41.6) |
| LCH | lch(48.1 90.9 332.8) |
| OKLCH | oklch(0.588 0.262 334.1) |
Copy-ready code
/* CSS */
color: #cf02ba;
background-color: #cf02ba;
/* Tailwind (arbitrary) */
class="text-[#cf02ba] bg-[#cf02ba]"
/* SCSS */
$brand: #cf02ba;
/* SwiftUI */
Color(red: 0.812, green: 0.008, blue: 0.729)
/* Android */
Color.parseColor("#cf02ba")Accessibility — WCAG contrast
Aa
#cf02ba on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf02ba on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow10.1%
Key (black)18.8%
Color previews
#cf02ba text on a black background
contrast 4.37:1
Card sample
#cf02ba text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf02ba;
Background color
Panel with #cf02ba background
background-color: #cf02ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf02ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 2, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 2, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf02ba; background: linear-gradient(135deg, #cf02ba, #CF0232);