#c302df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
195, 2, 223
HSL
292°, 98%, 44%
CMYK
13, 99, 0, 13
Luminance
0.1697
Every format
| HEX | #c302df |
| RGB | rgb(195, 2, 223) |
| HSL | hsl(292, 98%, 44%) |
| CMYK | cmyk(13%, 99%, 0%, 13%) |
| LAB | lab(48.2 84.4 -62.8) |
| LCH | lch(48.2 105.2 323.3) |
| OKLCH | oklch(0.592 0.282 321.2) |
Copy-ready code
/* CSS */
color: #c302df;
background-color: #c302df;
/* Tailwind (arbitrary) */
class="text-[#c302df] bg-[#c302df]"
/* SCSS */
$brand: #c302df;
/* SwiftUI */
Color(red: 0.765, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#c302df")Accessibility — WCAG contrast
Aa
#c302df on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c302df on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green0.8%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c302df text on a black background
contrast 4.39:1
Card sample
#c302df text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c302df;
Background color
Panel with #c302df background
background-color: #c302df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c302df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c302df; background: linear-gradient(135deg, #c302df, #DF0268);