#4a2497
a dark, vivid violet · warm · closest name: indigo
RGB
74, 36, 151
HSL
260°, 62%, 37%
CMYK
51, 76, 0, 41
Luminance
0.0495
Every format
| HEX | #4a2497 |
| RGB | rgb(74, 36, 151) |
| HSL | hsl(260, 62%, 37%) |
| CMYK | cmyk(51%, 76%, 0%, 41%) |
| LAB | lab(26.6 44.6 -56.3) |
| LCH | lch(26.6 71.9 308.4) |
| OKLCH | oklch(0.387 0.173 291.1) |
Copy-ready code
/* CSS */
color: #4a2497;
background-color: #4a2497;
/* Tailwind (arbitrary) */
class="text-[#4a2497] bg-[#4a2497]"
/* SCSS */
$brand: #4a2497;
/* SwiftUI */
Color(red: 0.290, green: 0.141, blue: 0.592)
/* Android */
Color.parseColor("#4a2497")Accessibility — WCAG contrast
Aa
#4a2497 on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a2497 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green14.1%
Blue59.2%
CMYK percentages
Cyan51.0%
Magenta76.2%
Yellow0.0%
Key (black)40.8%
Color previews
#4a2497 text on a black background
contrast 1.99:1
Card sample
#4a2497 text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a2497;
Background color
Panel with #4a2497 background
background-color: #4a2497;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a2497;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 36, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 36, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a2497; background: linear-gradient(135deg, #4a2497, #972497);