#29297a
a dark, vivid blue · warm · closest name: midnightblue
RGB
41, 41, 122
HSL
240°, 50%, 32%
CMYK
66, 66, 0, 52
Luminance
0.0346
Every format
| HEX | #29297a |
| RGB | rgb(41, 41, 122) |
| HSL | hsl(240, 50%, 32%) |
| CMYK | cmyk(66%, 66%, 0%, 52%) |
| LAB | lab(21.8 27.1 -46.2) |
| LCH | lch(21.8 53.5 300.4) |
| OKLCH | oklch(0.337 0.134 276.5) |
Copy-ready code
/* CSS */
color: #29297a;
background-color: #29297a;
/* Tailwind (arbitrary) */
class="text-[#29297a] bg-[#29297a]"
/* SCSS */
$brand: #29297a;
/* SwiftUI */
Color(red: 0.161, green: 0.161, blue: 0.478)
/* Android */
Color.parseColor("#29297a")Accessibility — WCAG contrast
Aa
#29297a on white: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29297a on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green16.1%
Blue47.8%
CMYK percentages
Cyan66.4%
Magenta66.4%
Yellow0.0%
Key (black)52.2%
Color previews
#29297a text on a black background
contrast 1.69:1
Card sample
#29297a text on a white background
contrast 12.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29297a;
Background color
Panel with #29297a background
background-color: #29297a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29297a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 41, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 41, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29297a; background: linear-gradient(135deg, #29297a, #5F297A);