#c92afd
a balanced, electric violet · warm · closest name: magenta
RGB
201, 42, 253
HSL
285°, 98%, 58%
CMYK
21, 83, 0, 1
Luminance
0.2117
Every format
| HEX | #c92afd |
| RGB | rgb(201, 42, 253) |
| HSL | hsl(285, 98%, 58%) |
| CMYK | cmyk(21%, 83%, 0%, 1%) |
| LAB | lab(53.1 84.8 -71.8) |
| LCH | lch(53.1 111.1 319.8) |
| OKLCH | oklch(0.634 0.289 315.4) |
Copy-ready code
/* CSS */
color: #c92afd;
background-color: #c92afd;
/* Tailwind (arbitrary) */
class="text-[#c92afd] bg-[#c92afd]"
/* SCSS */
$brand: #c92afd;
/* SwiftUI */
Color(red: 0.788, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#c92afd")Accessibility — WCAG contrast
Aa
#c92afd on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c92afd on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green16.5%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c92afd text on a black background
contrast 5.23:1
Card sample
#c92afd text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c92afd;
Background color
Panel with #c92afd background
background-color: #c92afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c92afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c92afd; background: linear-gradient(135deg, #c92afd, #FD2AA4);