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