#cf079b
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 7, 155
HSL
316°, 94%, 42%
CMYK
0, 97, 25, 19
Luminance
0.1578
Every format
| HEX | #cf079b |
| RGB | rgb(207, 7, 155) |
| HSL | hsl(316, 94%, 42%) |
| CMYK | cmyk(0%, 97%, 25%, 19%) |
| LAB | lab(46.7 76.6 -25.4) |
| LCH | lch(46.7 80.7 341.7) |
| OKLCH | oklch(0.573 0.242 343.7) |
Copy-ready code
/* CSS */
color: #cf079b;
background-color: #cf079b;
/* Tailwind (arbitrary) */
class="text-[#cf079b] bg-[#cf079b]"
/* SCSS */
$brand: #cf079b;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.608)
/* Android */
Color.parseColor("#cf079b")Accessibility — WCAG contrast
Aa
#cf079b on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf079b on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow25.1%
Key (black)18.8%
Color previews
#cf079b text on a black background
contrast 4.16:1
Card sample
#cf079b text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf079b;
Background color
Panel with #cf079b background
background-color: #cf079b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf079b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 7, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf079b; background: linear-gradient(135deg, #cf079b, #CF0716);