#4c2a9b
a dark, vivid violet · warm · closest name: indigo
RGB
76, 42, 155
HSL
258°, 57%, 39%
CMYK
51, 73, 0, 39
Luminance
0.0556
Every format
| HEX | #4c2a9b |
| RGB | rgb(76, 42, 155) |
| HSL | hsl(258, 57%, 39%) |
| CMYK | cmyk(51%, 73%, 0%, 39%) |
| LAB | lab(28.3 43.0 -56.0) |
| LCH | lch(28.3 70.7 307.5) |
| OKLCH | oklch(0.401 0.171 290.2) |
Copy-ready code
/* CSS */
color: #4c2a9b;
background-color: #4c2a9b;
/* Tailwind (arbitrary) */
class="text-[#4c2a9b] bg-[#4c2a9b]"
/* SCSS */
$brand: #4c2a9b;
/* SwiftUI */
Color(red: 0.298, green: 0.165, blue: 0.608)
/* Android */
Color.parseColor("#4c2a9b")Accessibility — WCAG contrast
Aa
#4c2a9b on white: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4c2a9b on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green16.5%
Blue60.8%
CMYK percentages
Cyan51.0%
Magenta72.9%
Yellow0.0%
Key (black)39.2%
Color previews
#4c2a9b text on a black background
contrast 2.11:1
Card sample
#4c2a9b text on a white background
contrast 9.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4c2a9b;
Background color
Panel with #4c2a9b background
background-color: #4c2a9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4c2a9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 42, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 42, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4c2a9b; background: linear-gradient(135deg, #4c2a9b, #972A9B);