#c709af
a dark, electric magenta / pink · warm · closest name: purple
RGB
199, 9, 175
HSL
308°, 91%, 41%
CMYK
0, 96, 12, 22
Luminance
0.1543
Every format
| HEX | #c709af |
| RGB | rgb(199, 9, 175) |
| HSL | hsl(308, 91%, 41%) |
| CMYK | cmyk(0%, 96%, 12%, 22%) |
| LAB | lab(46.2 77.4 -38.2) |
| LCH | lch(46.2 86.3 333.8) |
| OKLCH | oklch(0.570 0.250 335.2) |
Copy-ready code
/* CSS */
color: #c709af;
background-color: #c709af;
/* Tailwind (arbitrary) */
class="text-[#c709af] bg-[#c709af]"
/* SCSS */
$brand: #c709af;
/* SwiftUI */
Color(red: 0.780, green: 0.035, blue: 0.686)
/* Android */
Color.parseColor("#c709af")Accessibility — WCAG contrast
Aa
#c709af on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c709af on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green3.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta95.5%
Yellow12.1%
Key (black)22.0%
Color previews
#c709af text on a black background
contrast 4.09:1
Card sample
#c709af text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c709af;
Background color
Panel with #c709af background
background-color: #c709af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c709af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 9, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 9, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c709af; background: linear-gradient(135deg, #c709af, #C70930);