#4d1188
a dark, electric violet · warm · closest name: indigo
RGB
77, 17, 136
HSL
270°, 78%, 30%
CMYK
43, 88, 0, 47
Luminance
0.0376
Every format
| HEX | #4d1188 |
| RGB | rgb(77, 17, 136) |
| HSL | hsl(270, 78%, 30%) |
| CMYK | cmyk(43%, 88%, 0%, 47%) |
| LAB | lab(22.9 48.9 -53.2) |
| LCH | lch(22.9 72.3 312.6) |
| OKLCH | oklch(0.358 0.175 299.5) |
Copy-ready code
/* CSS */
color: #4d1188;
background-color: #4d1188;
/* Tailwind (arbitrary) */
class="text-[#4d1188] bg-[#4d1188]"
/* SCSS */
$brand: #4d1188;
/* SwiftUI */
Color(red: 0.302, green: 0.067, blue: 0.533)
/* Android */
Color.parseColor("#4d1188")Accessibility — WCAG contrast
Aa
#4d1188 on white: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d1188 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green6.7%
Blue53.3%
CMYK percentages
Cyan43.4%
Magenta87.5%
Yellow0.0%
Key (black)46.7%
Color previews
#4d1188 text on a black background
contrast 1.75:1
Card sample
#4d1188 text on a white background
contrast 11.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d1188;
Background color
Panel with #4d1188 background
background-color: #4d1188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d1188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 17, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 17, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d1188; background: linear-gradient(135deg, #4d1188, #881174);