#c01afa
a balanced, electric violet · warm · closest name: magenta
RGB
192, 26, 250
HSL
285°, 96%, 54%
CMYK
23, 90, 0, 2
Luminance
0.1885
Every format
| HEX | #c01afa |
| RGB | rgb(192, 26, 250) |
| HSL | hsl(285, 96%, 54%) |
| CMYK | cmyk(23%, 90%, 0%, 2%) |
| LAB | lab(50.5 86.0 -74.4) |
| LCH | lch(50.5 113.7 319.1) |
| OKLCH | oklch(0.613 0.293 313.9) |
Copy-ready code
/* CSS */
color: #c01afa;
background-color: #c01afa;
/* Tailwind (arbitrary) */
class="text-[#c01afa] bg-[#c01afa]"
/* SCSS */
$brand: #c01afa;
/* SwiftUI */
Color(red: 0.753, green: 0.102, blue: 0.980)
/* Android */
Color.parseColor("#c01afa")Accessibility — WCAG contrast
Aa
#c01afa on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01afa on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.2%
Blue98.0%
CMYK percentages
Cyan23.2%
Magenta89.6%
Yellow0.0%
Key (black)2.0%
Color previews
#c01afa text on a black background
contrast 4.77:1
Card sample
#c01afa text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01afa;
Background color
Panel with #c01afa background
background-color: #c01afa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01afa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 26, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 26, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01afa; background: linear-gradient(135deg, #c01afa, #FA1A9E);