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