#29367b
a dark, vivid blue · warm · closest name: midnightblue
RGB
41, 54, 123
HSL
231°, 50%, 32%
CMYK
67, 56, 0, 52
Luminance
0.0454
Every format
| HEX | #29367b |
| RGB | rgb(41, 54, 123) |
| HSL | hsl(231, 50%, 32%) |
| CMYK | cmyk(67%, 56%, 0%, 52%) |
| LAB | lab(25.4 18.6 -41.0) |
| LCH | lch(25.4 45.0 294.4) |
| OKLCH | oklch(0.364 0.118 271.3) |
Copy-ready code
/* CSS */
color: #29367b;
background-color: #29367b;
/* Tailwind (arbitrary) */
class="text-[#29367b] bg-[#29367b]"
/* SCSS */
$brand: #29367b;
/* SwiftUI */
Color(red: 0.161, green: 0.212, blue: 0.482)
/* Android */
Color.parseColor("#29367b")Accessibility — WCAG contrast
Aa
#29367b on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29367b on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green21.2%
Blue48.2%
CMYK percentages
Cyan66.7%
Magenta56.1%
Yellow0.0%
Key (black)51.8%
Color previews
#29367b text on a black background
contrast 1.91:1
Card sample
#29367b text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29367b;
Background color
Panel with #29367b background
background-color: #29367b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29367b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 54, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 54, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29367b; background: linear-gradient(135deg, #29367b, #53297B);