#cc09ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
204, 9, 186
HSL
306°, 92%, 42%
CMYK
0, 96, 9, 20
Luminance
0.1658
Every format
| HEX | #cc09ba |
| RGB | rgb(204, 9, 186) |
| HSL | hsl(306, 92%, 42%) |
| CMYK | cmyk(0%, 96%, 9%, 20%) |
| LAB | lab(47.7 79.8 -42.2) |
| LCH | lch(47.7 90.2 332.1) |
| OKLCH | oklch(0.584 0.259 333.3) |
Copy-ready code
/* CSS */
color: #cc09ba;
background-color: #cc09ba;
/* Tailwind (arbitrary) */
class="text-[#cc09ba] bg-[#cc09ba]"
/* SCSS */
$brand: #cc09ba;
/* SwiftUI */
Color(red: 0.800, green: 0.035, blue: 0.729)
/* Android */
Color.parseColor("#cc09ba")Accessibility — WCAG contrast
Aa
#cc09ba on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc09ba on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green3.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta95.6%
Yellow8.8%
Key (black)20.0%
Color previews
#cc09ba text on a black background
contrast 4.32:1
Card sample
#cc09ba text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc09ba;
Background color
Panel with #cc09ba background
background-color: #cc09ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc09ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 9, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 9, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc09ba; background: linear-gradient(135deg, #cc09ba, #CC0938);