#c009af
a dark, electric magenta / pink · warm · closest name: purple
RGB
192, 9, 175
HSL
306°, 91%, 39%
CMYK
0, 95, 9, 25
Luminance
0.1450
Every format
| HEX | #c009af |
| RGB | rgb(192, 9, 175) |
| HSL | hsl(306, 91%, 39%) |
| CMYK | cmyk(0%, 95%, 9%, 25%) |
| LAB | lab(44.9 76.1 -40.3) |
| LCH | lch(44.9 86.1 332.1) |
| OKLCH | oklch(0.559 0.247 333.3) |
Copy-ready code
/* CSS */
color: #c009af;
background-color: #c009af;
/* Tailwind (arbitrary) */
class="text-[#c009af] bg-[#c009af]"
/* SCSS */
$brand: #c009af;
/* SwiftUI */
Color(red: 0.753, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#c009af")Accessibility — WCAG contrast
Aa
#c009af on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c009af on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green3.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow8.9%
Key (black)24.7%
Color previews
#c009af text on a black background
contrast 3.90:1
Card sample
#c009af text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c009af;
Background color
Panel with #c009af background
background-color: #c009af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c009af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c009af; background: linear-gradient(135deg, #c009af, #C00935);