#29496e
a dark, vivid blue · cool · closest name: steelblue
RGB
41, 73, 110
HSL
212°, 46%, 30%
CMYK
63, 34, 0, 57
Luminance
0.0636
Every format
| HEX | #29496e |
| RGB | rgb(41, 73, 110) |
| HSL | hsl(212, 46%, 30%) |
| CMYK | cmyk(63%, 34%, 0%, 57%) |
| LAB | lab(30.3 0.7 -24.9) |
| LCH | lch(30.3 24.9 271.6) |
| OKLCH | oklch(0.399 0.073 253.2) |
Copy-ready code
/* CSS */
color: #29496e;
background-color: #29496e;
/* Tailwind (arbitrary) */
class="text-[#29496e] bg-[#29496e]"
/* SCSS */
$brand: #29496e;
/* SwiftUI */
Color(red: 0.161, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#29496e")Accessibility — WCAG contrast
Aa
#29496e on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29496e on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green28.6%
Blue43.1%
CMYK percentages
Cyan62.7%
Magenta33.6%
Yellow0.0%
Key (black)56.9%
Color previews
#29496e text on a black background
contrast 2.27:1
Card sample
#29496e text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29496e;
Background color
Panel with #29496e background
background-color: #29496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29496e; background: linear-gradient(135deg, #29496e, #37296E);