#290a7a
a dark, electric violet · warm · closest name: indigo
RGB
41, 10, 122
HSL
257°, 85%, 26%
CMYK
66, 92, 0, 52
Luminance
0.0209
Every format
| HEX | #290a7a |
| RGB | rgb(41, 10, 122) |
| HSL | hsl(257, 85%, 26%) |
| CMYK | cmyk(66%, 92%, 0%, 52%) |
| LAB | lab(16.0 43.5 -55.8) |
| LCH | lch(16.0 70.8 308.0) |
| OKLCH | oklch(0.296 0.165 282.2) |
Copy-ready code
/* CSS */
color: #290a7a;
background-color: #290a7a;
/* Tailwind (arbitrary) */
class="text-[#290a7a] bg-[#290a7a]"
/* SCSS */
$brand: #290a7a;
/* SwiftUI */
Color(red: 0.161, green: 0.039, blue: 0.478)
/* Android */
Color.parseColor("#290a7a")Accessibility — WCAG contrast
Aa
#290a7a on white: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290a7a on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green3.9%
Blue47.8%
CMYK percentages
Cyan66.4%
Magenta91.8%
Yellow0.0%
Key (black)52.2%
Color previews
#290a7a text on a black background
contrast 1.42:1
Card sample
#290a7a text on a white background
contrast 14.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290a7a;
Background color
Panel with #290a7a background
background-color: #290a7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290a7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 10, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 10, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290a7a; background: linear-gradient(135deg, #290a7a, #740A7A);