#290e7a
a dark, electric violet · warm · closest name: indigo
RGB
41, 14, 122
HSL
255°, 79%, 27%
CMYK
66, 89, 0, 52
Luminance
0.0219
Every format
| HEX | #290e7a |
| RGB | rgb(41, 14, 122) |
| HSL | hsl(255, 79%, 27%) |
| CMYK | cmyk(66%, 89%, 0%, 52%) |
| LAB | lab(16.5 42.1 -55.0) |
| LCH | lch(16.5 69.3 307.4) |
| OKLCH | oklch(0.299 0.162 281.8) |
Copy-ready code
/* CSS */
color: #290e7a;
background-color: #290e7a;
/* Tailwind (arbitrary) */
class="text-[#290e7a] bg-[#290e7a]"
/* SCSS */
$brand: #290e7a;
/* SwiftUI */
Color(red: 0.161, green: 0.055, blue: 0.478)
/* Android */
Color.parseColor("#290e7a")Accessibility — WCAG contrast
Aa
#290e7a on white: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290e7a on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green5.5%
Blue47.8%
CMYK percentages
Cyan66.4%
Magenta88.5%
Yellow0.0%
Key (black)52.2%
Color previews
#290e7a text on a black background
contrast 1.44:1
Card sample
#290e7a text on a white background
contrast 14.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290e7a;
Background color
Panel with #290e7a background
background-color: #290e7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290e7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 14, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 14, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290e7a; background: linear-gradient(135deg, #290e7a, #710E7A);