#cf10ac
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 16, 172
HSL
311°, 86%, 44%
CMYK
0, 92, 17, 19
Luminance
0.1661
Every format
| HEX | #cf10ac |
| RGB | rgb(207, 16, 172) |
| HSL | hsl(311, 86%, 44%) |
| CMYK | cmyk(0%, 92%, 17%, 19%) |
| LAB | lab(47.8 77.8 -33.8) |
| LCH | lch(47.8 84.9 336.5) |
| OKLCH | oklch(0.583 0.249 338.3) |
Copy-ready code
/* CSS */
color: #cf10ac;
background-color: #cf10ac;
/* Tailwind (arbitrary) */
class="text-[#cf10ac] bg-[#cf10ac]"
/* SCSS */
$brand: #cf10ac;
/* SwiftUI */
Color(red: 0.812, green: 0.063, blue: 0.675)
/* Android */
Color.parseColor("#cf10ac")Accessibility — WCAG contrast
Aa
#cf10ac on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf10ac on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta92.3%
Yellow16.9%
Key (black)18.8%
Color previews
#cf10ac text on a black background
contrast 4.32:1
Card sample
#cf10ac text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf10ac;
Background color
Panel with #cf10ac background
background-color: #cf10ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf10ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 16, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 16, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf10ac; background: linear-gradient(135deg, #cf10ac, #CF102D);