#c204df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
194, 4, 223
HSL
292°, 97%, 45%
CMYK
13, 98, 0, 13
Luminance
0.1688
Every format
| HEX | #c204df |
| RGB | rgb(194, 4, 223) |
| HSL | hsl(292, 97%, 45%) |
| CMYK | cmyk(13%, 98%, 0%, 13%) |
| LAB | lab(48.1 84.1 -63.0) |
| LCH | lch(48.1 105.1 323.1) |
| OKLCH | oklch(0.591 0.281 320.9) |
Copy-ready code
/* CSS */
color: #c204df;
background-color: #c204df;
/* Tailwind (arbitrary) */
class="text-[#c204df] bg-[#c204df]"
/* SCSS */
$brand: #c204df;
/* SwiftUI */
Color(red: 0.761, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#c204df")Accessibility — WCAG contrast
Aa
#c204df on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c204df on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green1.6%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta98.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c204df text on a black background
contrast 4.38:1
Card sample
#c204df text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c204df;
Background color
Panel with #c204df background
background-color: #c204df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c204df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c204df; background: linear-gradient(135deg, #c204df, #DF046A);