#490d75
a dark, electric violet · warm · closest name: indigo
RGB
73, 13, 117
HSL
275°, 80%, 26%
CMYK
38, 89, 0, 54
Luminance
0.0299
Every format
| HEX | #490d75 |
| RGB | rgb(73, 13, 117) |
| HSL | hsl(275, 80%, 26%) |
| CMYK | cmyk(38%, 89%, 0%, 54%) |
| LAB | lab(20.0 45.0 -45.8) |
| LCH | lch(20.0 64.2 314.5) |
| OKLCH | oklch(0.331 0.158 304.4) |
Copy-ready code
/* CSS */
color: #490d75;
background-color: #490d75;
/* Tailwind (arbitrary) */
class="text-[#490d75] bg-[#490d75]"
/* SCSS */
$brand: #490d75;
/* SwiftUI */
Color(red: 0.286, green: 0.051, blue: 0.459)
/* Android */
Color.parseColor("#490d75")Accessibility — WCAG contrast
Aa
#490d75 on white: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490d75 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green5.1%
Blue45.9%
CMYK percentages
Cyan37.6%
Magenta88.9%
Yellow0.0%
Key (black)54.1%
Color previews
#490d75 text on a black background
contrast 1.60:1
Card sample
#490d75 text on a white background
contrast 13.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490d75;
Background color
Panel with #490d75 background
background-color: #490d75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490d75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 13, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 13, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490d75; background: linear-gradient(135deg, #490d75, #750D5C);