#cf09ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 9, 186
HSL
306°, 92%, 42%
CMYK
0, 96, 10, 19
Luminance
0.1701
Every format
| HEX | #cf09ba |
| RGB | rgb(207, 9, 186) |
| HSL | hsl(306, 92%, 42%) |
| CMYK | cmyk(0%, 96%, 10%, 19%) |
| LAB | lab(48.3 80.3 -41.3) |
| LCH | lch(48.3 90.3 332.8) |
| OKLCH | oklch(0.589 0.260 334.1) |
Copy-ready code
/* CSS */
color: #cf09ba;
background-color: #cf09ba;
/* Tailwind (arbitrary) */
class="text-[#cf09ba] bg-[#cf09ba]"
/* SCSS */
$brand: #cf09ba;
/* SwiftUI */
Color(red: 0.812, green: 0.035, blue: 0.729)
/* Android */
Color.parseColor("#cf09ba")Accessibility — WCAG contrast
Aa
#cf09ba on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf09ba on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow10.1%
Key (black)18.8%
Color previews
#cf09ba text on a black background
contrast 4.40:1
Card sample
#cf09ba text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf09ba;
Background color
Panel with #cf09ba background
background-color: #cf09ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf09ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 9, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 9, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf09ba; background: linear-gradient(135deg, #cf09ba, #CF0936);