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