#c62afd
a balanced, electric violet · warm · closest name: magenta
RGB
198, 42, 253
HSL
284°, 98%, 58%
CMYK
22, 83, 0, 1
Luminance
0.2075
Every format
| HEX | #c62afd |
| RGB | rgb(198, 42, 253) |
| HSL | hsl(284, 98%, 58%) |
| CMYK | cmyk(22%, 83%, 0%, 1%) |
| LAB | lab(52.7 84.3 -72.5) |
| LCH | lch(52.7 111.2 319.3) |
| OKLCH | oklch(0.630 0.288 314.6) |
Copy-ready code
/* CSS */
color: #c62afd;
background-color: #c62afd;
/* Tailwind (arbitrary) */
class="text-[#c62afd] bg-[#c62afd]"
/* SCSS */
$brand: #c62afd;
/* SwiftUI */
Color(red: 0.776, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#c62afd")Accessibility — WCAG contrast
Aa
#c62afd on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c62afd on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green16.5%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c62afd text on a black background
contrast 5.15:1
Card sample
#c62afd text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62afd;
Background color
Panel with #c62afd background
background-color: #c62afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62afd; background: linear-gradient(135deg, #c62afd, #FD2AA7);