#4d2299
a dark, vivid violet · warm · closest name: indigo
RGB
77, 34, 153
HSL
262°, 64%, 37%
CMYK
50, 78, 0, 40
Luminance
0.0502
Every format
| HEX | #4d2299 |
| RGB | rgb(77, 34, 153) |
| HSL | hsl(262, 64%, 37%) |
| CMYK | cmyk(50%, 78%, 0%, 40%) |
| LAB | lab(26.8 46.6 -57.2) |
| LCH | lch(26.8 73.8 309.2) |
| OKLCH | oklch(0.390 0.178 292.6) |
Copy-ready code
/* CSS */
color: #4d2299;
background-color: #4d2299;
/* Tailwind (arbitrary) */
class="text-[#4d2299] bg-[#4d2299]"
/* SCSS */
$brand: #4d2299;
/* SwiftUI */
Color(red: 0.302, green: 0.133, blue: 0.600)
/* Android */
Color.parseColor("#4d2299")Accessibility — WCAG contrast
Aa
#4d2299 on white: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d2299 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green13.3%
Blue60.0%
CMYK percentages
Cyan49.7%
Magenta77.8%
Yellow0.0%
Key (black)40.0%
Color previews
#4d2299 text on a black background
contrast 2.00:1
Card sample
#4d2299 text on a white background
contrast 10.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d2299;
Background color
Panel with #4d2299 background
background-color: #4d2299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d2299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 34, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 34, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d2299; background: linear-gradient(135deg, #4d2299, #992296);