#cf02ac
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 2, 172
HSL
310°, 98%, 41%
CMYK
0, 99, 17, 19
Luminance
0.1629
Every format
| HEX | #cf02ac |
| RGB | rgb(207, 2, 172) |
| HSL | hsl(310, 98%, 41%) |
| CMYK | cmyk(0%, 99%, 17%, 19%) |
| LAB | lab(47.4 79.1 -34.5) |
| LCH | lch(47.4 86.3 336.4) |
| OKLCH | oklch(0.580 0.253 338.2) |
Copy-ready code
/* CSS */
color: #cf02ac;
background-color: #cf02ac;
/* Tailwind (arbitrary) */
class="text-[#cf02ac] bg-[#cf02ac]"
/* SCSS */
$brand: #cf02ac;
/* SwiftUI */
Color(red: 0.812, green: 0.008, blue: 0.675)
/* Android */
Color.parseColor("#cf02ac")Accessibility — WCAG contrast
Aa
#cf02ac on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf02ac on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow16.9%
Key (black)18.8%
Color previews
#cf02ac text on a black background
contrast 4.26:1
Card sample
#cf02ac text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf02ac;
Background color
Panel with #cf02ac background
background-color: #cf02ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf02ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 2, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 2, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf02ac; background: linear-gradient(135deg, #cf02ac, #CF0223);