#4c1166
a deep, vivid violet · warm · closest name: midnightblue
RGB
76, 17, 102
HSL
282°, 71%, 23%
CMYK
26, 83, 0, 60
Luminance
0.0290
Every format
| HEX | #4c1166 |
| RGB | rgb(76, 17, 102) |
| HSL | hsl(282, 71%, 23%) |
| CMYK | cmyk(26%, 83%, 0%, 60%) |
| LAB | lab(19.6 40.8 -36.6) |
| LCH | lch(19.6 54.8 318.0) |
| OKLCH | oklch(0.326 0.141 312.6) |
Copy-ready code
/* CSS */
color: #4c1166;
background-color: #4c1166;
/* Tailwind (arbitrary) */
class="text-[#4c1166] bg-[#4c1166]"
/* SCSS */
$brand: #4c1166;
/* SwiftUI */
Color(red: 0.298, green: 0.067, blue: 0.400)
/* Android */
Color.parseColor("#4c1166")Accessibility — WCAG contrast
Aa
#4c1166 on white: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c1166 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green6.7%
Blue40.0%
CMYK percentages
Cyan25.5%
Magenta83.3%
Yellow0.0%
Key (black)60.0%
Color previews
#4c1166 text on a black background
contrast 1.58:1
Card sample
#4c1166 text on a white background
contrast 13.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c1166;
Background color
Panel with #4c1166 background
background-color: #4c1166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c1166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 17, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 17, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c1166; background: linear-gradient(135deg, #4c1166, #661147);