#cf01ad
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 1, 173
HSL
310°, 99%, 41%
CMYK
0, 100, 16, 19
Luminance
0.1630
Every format
| HEX | #cf01ad |
| RGB | rgb(207, 1, 173) |
| HSL | hsl(310, 99%, 41%) |
| CMYK | cmyk(0%, 100%, 16%, 19%) |
| LAB | lab(47.4 79.3 -35.1) |
| LCH | lch(47.4 86.7 336.1) |
| OKLCH | oklch(0.581 0.254 337.9) |
Copy-ready code
/* CSS */
color: #cf01ad;
background-color: #cf01ad;
/* Tailwind (arbitrary) */
class="text-[#cf01ad] bg-[#cf01ad]"
/* SCSS */
$brand: #cf01ad;
/* SwiftUI */
Color(red: 0.812, green: 0.004, blue: 0.678)
/* Android */
Color.parseColor("#cf01ad")Accessibility — WCAG contrast
Aa
#cf01ad on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf01ad on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green0.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta99.5%
Yellow16.4%
Key (black)18.8%
Color previews
#cf01ad text on a black background
contrast 4.26:1
Card sample
#cf01ad text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf01ad;
Background color
Panel with #cf01ad background
background-color: #cf01ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf01ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 1, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 1, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf01ad; background: linear-gradient(135deg, #cf01ad, #CF0124);