#cf07ac
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 7, 172
HSL
311°, 94%, 42%
CMYK
0, 97, 17, 19
Luminance
0.1640
Every format
| HEX | #cf07ac |
| RGB | rgb(207, 7, 172) |
| HSL | hsl(311, 94%, 42%) |
| CMYK | cmyk(0%, 97%, 17%, 19%) |
| LAB | lab(47.5 78.6 -34.3) |
| LCH | lch(47.5 85.8 336.4) |
| OKLCH | oklch(0.581 0.252 338.3) |
Copy-ready code
/* CSS */
color: #cf07ac;
background-color: #cf07ac;
/* Tailwind (arbitrary) */
class="text-[#cf07ac] bg-[#cf07ac]"
/* SCSS */
$brand: #cf07ac;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.675)
/* Android */
Color.parseColor("#cf07ac")Accessibility — WCAG contrast
Aa
#cf07ac on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf07ac on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow16.9%
Key (black)18.8%
Color previews
#cf07ac text on a black background
contrast 4.28:1
Card sample
#cf07ac text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf07ac;
Background color
Panel with #cf07ac background
background-color: #cf07ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf07ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 7, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf07ac; background: linear-gradient(135deg, #cf07ac, #CF0727);