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