#c01af9
a balanced, electric violet · warm · closest name: magenta
RGB
192, 26, 249
HSL
285°, 95%, 54%
CMYK
23, 90, 0, 2
Luminance
0.1878
Every format
| HEX | #c01af9 |
| RGB | rgb(192, 26, 249) |
| HSL | hsl(285, 95%, 54%) |
| CMYK | cmyk(23%, 90%, 0%, 2%) |
| LAB | lab(50.4 85.8 -74.0) |
| LCH | lch(50.4 113.3 319.2) |
| OKLCH | oklch(0.612 0.292 314.1) |
Copy-ready code
/* CSS */
color: #c01af9;
background-color: #c01af9;
/* Tailwind (arbitrary) */
class="text-[#c01af9] bg-[#c01af9]"
/* SCSS */
$brand: #c01af9;
/* SwiftUI */
Color(red: 0.753, green: 0.102, blue: 0.976)
/* Android */
Color.parseColor("#c01af9")Accessibility — WCAG contrast
Aa
#c01af9 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c01af9 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green10.2%
Blue97.6%
CMYK percentages
Cyan22.9%
Magenta89.6%
Yellow0.0%
Key (black)2.4%
Color previews
#c01af9 text on a black background
contrast 4.76:1
Card sample
#c01af9 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01af9;
Background color
Panel with #c01af9 background
background-color: #c01af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 26, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 26, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01af9; background: linear-gradient(135deg, #c01af9, #F91A9D);