#29397b
a dark, vivid blue · warm · closest name: midnightblue
RGB
41, 57, 123
HSL
228°, 50%, 32%
CMYK
67, 54, 0, 52
Luminance
0.0483
Every format
| HEX | #29397b |
| RGB | rgb(41, 57, 123) |
| HSL | hsl(228, 50%, 32%) |
| CMYK | cmyk(67%, 54%, 0%, 52%) |
| LAB | lab(26.2 16.5 -39.6) |
| LCH | lch(26.2 42.9 292.6) |
| OKLCH | oklch(0.370 0.114 269.8) |
Copy-ready code
/* CSS */
color: #29397b;
background-color: #29397b;
/* Tailwind (arbitrary) */
class="text-[#29397b] bg-[#29397b]"
/* SCSS */
$brand: #29397b;
/* SwiftUI */
Color(red: 0.161, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#29397b")Accessibility — WCAG contrast
Aa
#29397b on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29397b on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green22.4%
Blue48.2%
CMYK percentages
Cyan66.7%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#29397b text on a black background
contrast 1.97:1
Card sample
#29397b text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29397b;
Background color
Panel with #29397b background
background-color: #29397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29397b; background: linear-gradient(135deg, #29397b, #50297B);