#c309df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
195, 9, 223
HSL
292°, 92%, 46%
CMYK
13, 96, 0, 13
Luminance
0.1713
Every format
| HEX | #c309df |
| RGB | rgb(195, 9, 223) |
| HSL | hsl(292, 92%, 46%) |
| CMYK | cmyk(13%, 96%, 0%, 13%) |
| LAB | lab(48.4 83.8 -62.5) |
| LCH | lch(48.4 104.6 323.3) |
| OKLCH | oklch(0.593 0.280 321.1) |
Copy-ready code
/* CSS */
color: #c309df;
background-color: #c309df;
/* Tailwind (arbitrary) */
class="text-[#c309df] bg-[#c309df]"
/* SCSS */
$brand: #c309df;
/* SwiftUI */
Color(red: 0.765, green: 0.035, blue: 0.875)
/* Android */
Color.parseColor("#c309df")Accessibility — WCAG contrast
Aa
#c309df on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c309df on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green3.5%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta96.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c309df text on a black background
contrast 4.43:1
Card sample
#c309df text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c309df;
Background color
Panel with #c309df background
background-color: #c309df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c309df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 9, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 9, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c309df; background: linear-gradient(135deg, #c309df, #DF096D);