#cf09b3
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 9, 179
HSL
309°, 92%, 42%
CMYK
0, 96, 14, 19
Luminance
0.1672
Every format
| HEX | #cf09b3 |
| RGB | rgb(207, 9, 179) |
| HSL | hsl(309, 92%, 42%) |
| CMYK | cmyk(0%, 96%, 14%, 19%) |
| LAB | lab(47.9 79.4 -37.8) |
| LCH | lch(47.9 87.9 334.6) |
| OKLCH | oklch(0.585 0.256 336.2) |
Copy-ready code
/* CSS */
color: #cf09b3;
background-color: #cf09b3;
/* Tailwind (arbitrary) */
class="text-[#cf09b3] bg-[#cf09b3]"
/* SCSS */
$brand: #cf09b3;
/* SwiftUI */
Color(red: 0.812, green: 0.035, blue: 0.702)
/* Android */
Color.parseColor("#cf09b3")Accessibility — WCAG contrast
Aa
#cf09b3 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf09b3 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow13.5%
Key (black)18.8%
Color previews
#cf09b3 text on a black background
contrast 4.34:1
Card sample
#cf09b3 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf09b3;
Background color
Panel with #cf09b3 background
background-color: #cf09b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf09b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 9, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 9, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf09b3; background: linear-gradient(135deg, #cf09b3, #CF092F);