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