#c205cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
194, 5, 207
HSL
296°, 95%, 42%
CMYK
6, 98, 0, 19
Luminance
0.1608
Every format
| HEX | #c205cf |
| RGB | rgb(194, 5, 207) |
| HSL | hsl(296, 95%, 42%) |
| CMYK | cmyk(6%, 98%, 0%, 19%) |
| LAB | lab(47.1 81.5 -55.5) |
| LCH | lch(47.1 98.6 325.7) |
| OKLCH | oklch(0.581 0.270 324.9) |
Copy-ready code
/* CSS */
color: #c205cf;
background-color: #c205cf;
/* Tailwind (arbitrary) */
class="text-[#c205cf] bg-[#c205cf]"
/* SCSS */
$brand: #c205cf;
/* SwiftUI */
Color(red: 0.761, green: 0.020, blue: 0.812)
/* Android */
Color.parseColor("#c205cf")Accessibility — WCAG contrast
Aa
#c205cf on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c205cf on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green2.0%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta97.6%
Yellow0.0%
Key (black)18.8%
Color previews
#c205cf text on a black background
contrast 4.22:1
Card sample
#c205cf text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c205cf;
Background color
Panel with #c205cf background
background-color: #c205cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c205cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 5, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 5, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c205cf; background: linear-gradient(135deg, #c205cf, #CF0556);