#224477
a dark, vivid blue · cool · closest name: steelblue
RGB
34, 68, 119
HSL
216°, 56%, 30%
CMYK
71, 43, 0, 53
Luminance
0.0581
Every format
| HEX | #224477 |
| RGB | rgb(34, 68, 119) |
| HSL | hsl(216, 56%, 30%) |
| CMYK | cmyk(71%, 43%, 0%, 53%) |
| LAB | lab(28.9 6.1 -32.8) |
| LCH | lch(28.9 33.4 280.5) |
| OKLCH | oklch(0.389 0.096 258.4) |
Copy-ready code
/* CSS */
color: #224477;
background-color: #224477;
/* Tailwind (arbitrary) */
class="text-[#224477] bg-[#224477]"
/* SCSS */
$brand: #224477;
/* SwiftUI */
Color(red: 0.133, green: 0.267, blue: 0.467)
/* Android */
Color.parseColor("#224477")Accessibility — WCAG contrast
Aa
#224477 on white: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224477 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green26.7%
Blue46.7%
CMYK percentages
Cyan71.4%
Magenta42.9%
Yellow0.0%
Key (black)53.3%
Color previews
#224477 text on a black background
contrast 2.16:1
Card sample
#224477 text on a white background
contrast 9.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224477;
Background color
Panel with #224477 background
background-color: #224477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 68, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 68, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224477; background: linear-gradient(135deg, #224477, #392277);