#c309c1
a dark, electric magenta / pink · warm · closest name: magenta
RGB
195, 9, 193
HSL
301°, 91%, 40%
CMYK
0, 95, 1, 24
Luminance
0.1565
Every format
| HEX | #c309c1 |
| RGB | rgb(195, 9, 193) |
| HSL | hsl(301, 91%, 40%) |
| CMYK | cmyk(0%, 95%, 1%, 24%) |
| LAB | lab(46.5 79.2 -48.3) |
| LCH | lch(46.5 92.8 328.6) |
| OKLCH | oklch(0.574 0.260 328.9) |
Copy-ready code
/* CSS */
color: #c309c1;
background-color: #c309c1;
/* Tailwind (arbitrary) */
class="text-[#c309c1] bg-[#c309c1]"
/* SCSS */
$brand: #c309c1;
/* SwiftUI */
Color(red: 0.765, green: 0.035, blue: 0.757)
/* Android */
Color.parseColor("#c309c1")Accessibility — WCAG contrast
Aa
#c309c1 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c309c1 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green3.5%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta95.4%
Yellow1.0%
Key (black)23.5%
Color previews
#c309c1 text on a black background
contrast 4.13:1
Card sample
#c309c1 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c309c1;
Background color
Panel with #c309c1 background
background-color: #c309c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c309c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 9, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 9, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c309c1; background: linear-gradient(135deg, #c309c1, #C30945);