#291a39
a deep, soft violet · warm · closest name: black
RGB
41, 26, 57
HSL
269°, 37%, 16%
CMYK
28, 54, 0, 78
Luminance
0.0151
Every format
| HEX | #291a39 |
| RGB | rgb(41, 26, 57) |
| HSL | hsl(269, 37%, 16%) |
| CMYK | cmyk(28%, 54%, 0%, 78%) |
| LAB | lab(12.6 15.1 -17.4) |
| LCH | lch(12.6 23.0 310.9) |
| OKLCH | oklch(0.253 0.059 304.9) |
Copy-ready code
/* CSS */
color: #291a39;
background-color: #291a39;
/* Tailwind (arbitrary) */
class="text-[#291a39] bg-[#291a39]"
/* SCSS */
$brand: #291a39;
/* SwiftUI */
Color(red: 0.161, green: 0.102, blue: 0.224)
/* Android */
Color.parseColor("#291a39")Accessibility — WCAG contrast
Aa
#291a39 on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291a39 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green10.2%
Blue22.4%
CMYK percentages
Cyan28.1%
Magenta54.4%
Yellow0.0%
Key (black)77.6%
Color previews
#291a39 text on a black background
contrast 1.30:1
Card sample
#291a39 text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291a39;
Background color
Panel with #291a39 background
background-color: #291a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 26, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 26, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291a39; background: linear-gradient(135deg, #291a39, #391A34);