#224f77
a dark, vivid blue · cool · closest name: steelblue
RGB
34, 79, 119
HSL
208°, 56%, 30%
CMYK
71, 34, 0, 53
Luminance
0.0726
Every format
| HEX | #224f77 |
| RGB | rgb(34, 79, 119) |
| HSL | hsl(208, 56%, 30%) |
| CMYK | cmyk(71%, 34%, 0%, 53%) |
| LAB | lab(32.4 -1.2 -27.3) |
| LCH | lch(32.4 27.3 267.5) |
| OKLCH | oklch(0.416 0.083 248.1) |
Copy-ready code
/* CSS */
color: #224f77;
background-color: #224f77;
/* Tailwind (arbitrary) */
class="text-[#224f77] bg-[#224f77]"
/* SCSS */
$brand: #224f77;
/* SwiftUI */
Color(red: 0.133, green: 0.310, blue: 0.467)
/* Android */
Color.parseColor("#224f77")Accessibility — WCAG contrast
Aa
#224f77 on white: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224f77 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green31.0%
Blue46.7%
CMYK percentages
Cyan71.4%
Magenta33.6%
Yellow0.0%
Key (black)53.3%
Color previews
#224f77 text on a black background
contrast 2.45:1
Card sample
#224f77 text on a white background
contrast 8.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224f77;
Background color
Panel with #224f77 background
background-color: #224f77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224f77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 79, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 79, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224f77; background: linear-gradient(135deg, #224f77, #2E2277);