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