#cf008c
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 0, 140
HSL
319°, 100%, 41%
CMYK
0, 100, 32, 19
Luminance
0.1516
Every format
| HEX | #cf008c |
| RGB | rgb(207, 0, 140) |
| HSL | hsl(319, 100%, 41%) |
| CMYK | cmyk(0%, 100%, 32%, 19%) |
| LAB | lab(45.9 75.6 -17.6) |
| LCH | lch(45.9 77.6 346.9) |
| OKLCH | oklch(0.565 0.237 348.7) |
Copy-ready code
/* CSS */
color: #cf008c;
background-color: #cf008c;
/* Tailwind (arbitrary) */
class="text-[#cf008c] bg-[#cf008c]"
/* SCSS */
$brand: #cf008c;
/* SwiftUI */
Color(red: 0.812, green: 0.000, blue: 0.549)
/* Android */
Color.parseColor("#cf008c")Accessibility — WCAG contrast
Aa
#cf008c on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf008c on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow32.4%
Key (black)18.8%
Color previews
#cf008c text on a black background
contrast 4.03:1
Card sample
#cf008c text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf008c;
Background color
Panel with #cf008c background
background-color: #cf008c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf008c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 0, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 0, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf008c; background: linear-gradient(135deg, #cf008c, #CF0002);