#291485
a dark, vivid blue · warm · closest name: navy
RGB
41, 20, 133
HSL
251°, 74%, 30%
CMYK
69, 85, 0, 48
Luminance
0.0267
Every format
| HEX | #291485 |
| RGB | rgb(41, 20, 133) |
| HSL | hsl(251, 74%, 30%) |
| CMYK | cmyk(69%, 85%, 0%, 48%) |
| LAB | lab(18.6 42.8 -58.4) |
| LCH | lch(18.6 72.4 306.3) |
| OKLCH | oklch(0.318 0.171 279.0) |
Copy-ready code
/* CSS */
color: #291485;
background-color: #291485;
/* Tailwind (arbitrary) */
class="text-[#291485] bg-[#291485]"
/* SCSS */
$brand: #291485;
/* SwiftUI */
Color(red: 0.161, green: 0.078, blue: 0.522)
/* Android */
Color.parseColor("#291485")Accessibility — WCAG contrast
Aa
#291485 on white: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291485 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green7.8%
Blue52.2%
CMYK percentages
Cyan69.2%
Magenta85.0%
Yellow0.0%
Key (black)47.8%
Color previews
#291485 text on a black background
contrast 1.53:1
Card sample
#291485 text on a white background
contrast 13.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291485;
Background color
Panel with #291485 background
background-color: #291485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 20, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 20, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291485; background: linear-gradient(135deg, #291485, #741485);