#c20dfd
a balanced, electric violet · warm · closest name: magenta
RGB
194, 13, 253
HSL
285°, 98%, 52%
CMYK
23, 95, 0, 1
Luminance
0.1885
Every format
| HEX | #c20dfd |
| RGB | rgb(194, 13, 253) |
| HSL | hsl(285, 98%, 52%) |
| CMYK | cmyk(23%, 95%, 0%, 1%) |
| LAB | lab(50.5 88.4 -76.1) |
| LCH | lch(50.5 116.6 319.3) |
| OKLCH | oklch(0.614 0.300 314.0) |
Copy-ready code
/* CSS */
color: #c20dfd;
background-color: #c20dfd;
/* Tailwind (arbitrary) */
class="text-[#c20dfd] bg-[#c20dfd]"
/* SCSS */
$brand: #c20dfd;
/* SwiftUI */
Color(red: 0.761, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#c20dfd")Accessibility — WCAG contrast
Aa
#c20dfd on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c20dfd on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green5.1%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c20dfd text on a black background
contrast 4.77:1
Card sample
#c20dfd text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c20dfd;
Background color
Panel with #c20dfd background
background-color: #c20dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c20dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c20dfd; background: linear-gradient(135deg, #c20dfd, #FD0D98);