#cf009c
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 0, 156
HSL
315°, 100%, 41%
CMYK
0, 100, 25, 19
Luminance
0.1567
Every format
| HEX | #cf009c |
| RGB | rgb(207, 0, 156) |
| HSL | hsl(315, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 25%, 19%) |
| LAB | lab(46.5 77.3 -26.3) |
| LCH | lch(46.5 81.6 341.2) |
| OKLCH | oklch(0.572 0.245 343.3) |
Copy-ready code
/* CSS */
color: #cf009c;
background-color: #cf009c;
/* Tailwind (arbitrary) */
class="text-[#cf009c] bg-[#cf009c]"
/* SCSS */
$brand: #cf009c;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.612)
/* Android */
Color.parseColor("#cf009c")Accessibility — WCAG contrast
Aa
#cf009c on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf009c on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow24.6%
Key (black)18.8%
Color previews
#cf009c text on a black background
contrast 4.13:1
Card sample
#cf009c text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf009c;
Background color
Panel with #cf009c background
background-color: #cf009c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf009c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf009c; background: linear-gradient(135deg, #cf009c, #CF0012);