#290096
a dark, electric violet · warm · closest name: navy
RGB
41, 0, 150
HSL
256°, 100%, 29%
CMYK
73, 100, 0, 41
Luminance
0.0267
Every format
| HEX | #290096 |
| RGB | rgb(41, 0, 150) |
| HSL | hsl(256, 100%, 29%) |
| CMYK | cmyk(73%, 100%, 0%, 41%) |
| LAB | lab(18.7 54.1 -68.9) |
| LCH | lch(18.7 87.6 308.1) |
| OKLCH | oklch(0.325 0.200 277.3) |
Copy-ready code
/* CSS */
color: #290096;
background-color: #290096;
/* Tailwind (arbitrary) */
class="text-[#290096] bg-[#290096]"
/* SCSS */
$brand: #290096;
/* SwiftUI */
Color(red: 0.161, green: 0.000, blue: 0.588)
/* Android */
Color.parseColor("#290096")Accessibility — WCAG contrast
Aa
#290096 on white: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#290096 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green0.0%
Blue58.8%
CMYK percentages
Cyan72.7%
Magenta100.0%
Yellow0.0%
Key (black)41.2%
Color previews
#290096 text on a black background
contrast 1.53:1
Card sample
#290096 text on a white background
contrast 13.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #290096;
Background color
Panel with #290096 background
background-color: #290096;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #290096;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 0, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 0, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #290096; background: linear-gradient(135deg, #290096, #8D0096);