#29068a
a dark, electric violet · warm · closest name: navy
RGB
41, 6, 138
HSL
256°, 92%, 28%
CMYK
70, 96, 0, 46
Luminance
0.0244
Every format
| HEX | #29068a |
| RGB | rgb(41, 6, 138) |
| HSL | hsl(256, 92%, 28%) |
| CMYK | cmyk(70%, 96%, 0%, 46%) |
| LAB | lab(17.6 49.2 -63.2) |
| LCH | lch(17.6 80.1 307.9) |
| OKLCH | oklch(0.313 0.185 279.1) |
Copy-ready code
/* CSS */
color: #29068a;
background-color: #29068a;
/* Tailwind (arbitrary) */
class="text-[#29068a] bg-[#29068a]"
/* SCSS */
$brand: #29068a;
/* SwiftUI */
Color(red: 0.161, green: 0.024, blue: 0.541)
/* Android */
Color.parseColor("#29068a")Accessibility — WCAG contrast
Aa
#29068a on white: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29068a on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green2.4%
Blue54.1%
CMYK percentages
Cyan70.3%
Magenta95.7%
Yellow0.0%
Key (black)45.9%
Color previews
#29068a text on a black background
contrast 1.49:1
Card sample
#29068a text on a white background
contrast 14.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29068a;
Background color
Panel with #29068a background
background-color: #29068a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29068a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 6, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 6, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29068a; background: linear-gradient(135deg, #29068a, #81068A);