#c62dfb
a balanced, electric violet · warm · closest name: magenta
RGB
198, 45, 251
HSL
285°, 96%, 58%
CMYK
21, 82, 0, 2
Luminance
0.2085
Every format
| HEX | #c62dfb |
| RGB | rgb(198, 45, 251) |
| HSL | hsl(285, 96%, 58%) |
| CMYK | cmyk(21%, 82%, 0%, 2%) |
| LAB | lab(52.8 83.3 -71.2) |
| LCH | lch(52.8 109.6 319.5) |
| OKLCH | oklch(0.631 0.284 314.9) |
Copy-ready code
/* CSS */
color: #c62dfb;
background-color: #c62dfb;
/* Tailwind (arbitrary) */
class="text-[#c62dfb] bg-[#c62dfb]"
/* SCSS */
$brand: #c62dfb;
/* SwiftUI */
Color(red: 0.776, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#c62dfb")Accessibility — WCAG contrast
Aa
#c62dfb on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c62dfb on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green17.6%
Blue98.4%
CMYK percentages
Cyan21.1%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#c62dfb text on a black background
contrast 5.17:1
Card sample
#c62dfb text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62dfb;
Background color
Panel with #c62dfb background
background-color: #c62dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62dfb; background: linear-gradient(135deg, #c62dfb, #FB2DA6);