#c309c9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
195, 9, 201
HSL
298°, 91%, 41%
CMYK
3, 96, 0, 21
Luminance
0.1601
Every format
| HEX | #c309c9 |
| RGB | rgb(195, 9, 201) |
| HSL | hsl(298, 91%, 41%) |
| CMYK | cmyk(3%, 96%, 0%, 21%) |
| LAB | lab(47.0 80.4 -52.2) |
| LCH | lch(47.0 95.8 327.0) |
| OKLCH | oklch(0.579 0.265 326.7) |
Copy-ready code
/* CSS */
color: #c309c9;
background-color: #c309c9;
/* Tailwind (arbitrary) */
class="text-[#c309c9] bg-[#c309c9]"
/* SCSS */
$brand: #c309c9;
/* SwiftUI */
Color(red: 0.765, green: 0.035, blue: 0.788)
/* Android */
Color.parseColor("#c309c9")Accessibility — WCAG contrast
Aa
#c309c9 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c309c9 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green3.5%
Blue78.8%
CMYK percentages
Cyan3.0%
Magenta95.5%
Yellow0.0%
Key (black)21.2%
Color previews
#c309c9 text on a black background
contrast 4.20:1
Card sample
#c309c9 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c309c9;
Background color
Panel with #c309c9 background
background-color: #c309c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c309c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 9, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 9, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c309c9; background: linear-gradient(135deg, #c309c9, #C9094F);