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