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