#290a85
a dark, electric violet · warm · closest name: navy
RGB
41, 10, 133
HSL
255°, 86%, 28%
CMYK
69, 93, 0, 48
Luminance
0.0238
Every format
| HEX | #290a85 |
| RGB | rgb(41, 10, 133) |
| HSL | hsl(255, 86%, 28%) |
| CMYK | cmyk(69%, 93%, 0%, 48%) |
| LAB | lab(17.4 46.6 -60.5) |
| LCH | lch(17.4 76.4 307.6) |
| OKLCH | oklch(0.309 0.177 279.8) |
Copy-ready code
/* CSS */
color: #290a85;
background-color: #290a85;
/* Tailwind (arbitrary) */
class="text-[#290a85] bg-[#290a85]"
/* SCSS */
$brand: #290a85;
/* SwiftUI */
Color(red: 0.161, green: 0.039, blue: 0.522)
/* Android */
Color.parseColor("#290a85")Accessibility — WCAG contrast
Aa
#290a85 on white: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290a85 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green3.9%
Blue52.2%
CMYK percentages
Cyan69.2%
Magenta92.5%
Yellow0.0%
Key (black)47.8%
Color previews
#290a85 text on a black background
contrast 1.48:1
Card sample
#290a85 text on a white background
contrast 14.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290a85;
Background color
Panel with #290a85 background
background-color: #290a85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290a85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 10, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 10, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290a85; background: linear-gradient(135deg, #290a85, #7B0A85);