#cf009f
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 0, 159
HSL
314°, 100%, 41%
CMYK
0, 100, 23, 19
Luminance
0.1577
Every format
| HEX | #cf009f |
| RGB | rgb(207, 0, 159) |
| HSL | hsl(314, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 23%, 19%) |
| LAB | lab(46.7 77.7 -27.8) |
| LCH | lch(46.7 82.5 340.3) |
| OKLCH | oklch(0.573 0.247 342.3) |
Copy-ready code
/* CSS */
color: #cf009f;
background-color: #cf009f;
/* Tailwind (arbitrary) */
class="text-[#cf009f] bg-[#cf009f]"
/* SCSS */
$brand: #cf009f;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.624)
/* Android */
Color.parseColor("#cf009f")Accessibility — WCAG contrast
Aa
#cf009f on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf009f on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow23.2%
Key (black)18.8%
Color previews
#cf009f text on a black background
contrast 4.15:1
Card sample
#cf009f text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf009f;
Background color
Panel with #cf009f background
background-color: #cf009f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf009f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf009f; background: linear-gradient(135deg, #cf009f, #CF0015);