#4c0b98
a dark, electric violet · warm · closest name: indigo
RGB
76, 11, 152
HSL
268°, 87%, 32%
CMYK
50, 93, 0, 40
Luminance
0.0404
Every format
| HEX | #4c0b98 |
| RGB | rgb(76, 11, 152) |
| HSL | hsl(268, 87%, 32%) |
| CMYK | cmyk(50%, 93%, 0%, 40%) |
| LAB | lab(23.8 54.3 -61.5) |
| LCH | lch(23.8 82.1 311.4) |
| OKLCH | oklch(0.369 0.194 294.6) |
Copy-ready code
/* CSS */
color: #4c0b98;
background-color: #4c0b98;
/* Tailwind (arbitrary) */
class="text-[#4c0b98] bg-[#4c0b98]"
/* SCSS */
$brand: #4c0b98;
/* SwiftUI */
Color(red: 0.298, green: 0.043, blue: 0.596)
/* Android */
Color.parseColor("#4c0b98")Accessibility — WCAG contrast
Aa
#4c0b98 on white: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c0b98 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green4.3%
Blue59.6%
CMYK percentages
Cyan50.0%
Magenta92.8%
Yellow0.0%
Key (black)40.4%
Color previews
#4c0b98 text on a black background
contrast 1.81:1
Card sample
#4c0b98 text on a white background
contrast 11.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c0b98;
Background color
Panel with #4c0b98 background
background-color: #4c0b98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c0b98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 11, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 11, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c0b98; background: linear-gradient(135deg, #4c0b98, #980B86);