#4c01ad
a dark, electric violet · warm · closest name: navy
RGB
76, 1, 173
HSL
266°, 99%, 34%
CMYK
56, 99, 0, 32
Luminance
0.0458
Every format
| HEX | #4c01ad |
| RGB | rgb(76, 1, 173) |
| HSL | hsl(266, 99%, 34%) |
| CMYK | cmyk(56%, 99%, 0%, 32%) |
| LAB | lab(25.5 61.3 -71.5) |
| LCH | lch(25.5 94.2 310.6) |
| OKLCH | oklch(0.387 0.219 289.8) |
Copy-ready code
/* CSS */
color: #4c01ad;
background-color: #4c01ad;
/* Tailwind (arbitrary) */
class="text-[#4c01ad] bg-[#4c01ad]"
/* SCSS */
$brand: #4c01ad;
/* SwiftUI */
Color(red: 0.298, green: 0.004, blue: 0.678)
/* Android */
Color.parseColor("#4c01ad")Accessibility — WCAG contrast
Aa
#4c01ad on white: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c01ad on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green0.4%
Blue67.8%
CMYK percentages
Cyan56.1%
Magenta99.4%
Yellow0.0%
Key (black)32.2%
Color previews
#4c01ad text on a black background
contrast 1.92:1
Card sample
#4c01ad text on a white background
contrast 10.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c01ad;
Background color
Panel with #4c01ad background
background-color: #4c01ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c01ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 1, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 1, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c01ad; background: linear-gradient(135deg, #4c01ad, #AD019B);