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