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