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