#291b95
a dark, vivid blue · warm · closest name: navy
RGB
41, 27, 149
HSL
247°, 69%, 35%
CMYK
73, 82, 0, 42
Luminance
0.0343
Every format
| HEX | #291b95 |
| RGB | rgb(41, 27, 149) |
| HSL | hsl(247, 69%, 35%) |
| CMYK | cmyk(73%, 82%, 0%, 42%) |
| LAB | lab(21.7 44.5 -63.3) |
| LCH | lch(21.7 77.4 305.1) |
| OKLCH | oklch(0.344 0.184 275.8) |
Copy-ready code
/* CSS */
color: #291b95;
background-color: #291b95;
/* Tailwind (arbitrary) */
class="text-[#291b95] bg-[#291b95]"
/* SCSS */
$brand: #291b95;
/* SwiftUI */
Color(red: 0.161, green: 0.106, blue: 0.584)
/* Android */
Color.parseColor("#291b95")Accessibility — WCAG contrast
Aa
#291b95 on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291b95 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green10.6%
Blue58.4%
CMYK percentages
Cyan72.5%
Magenta81.9%
Yellow0.0%
Key (black)41.6%
Color previews
#291b95 text on a black background
contrast 1.69:1
Card sample
#291b95 text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291b95;
Background color
Panel with #291b95 background
background-color: #291b95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291b95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 27, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 27, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291b95; background: linear-gradient(135deg, #291b95, #7A1B95);