#225577
a dark, vivid blue · cool · closest name: steelblue
RGB
34, 85, 119
HSL
204°, 56%, 30%
CMYK
71, 29, 0, 53
Luminance
0.0817
Every format
| HEX | #225577 |
| RGB | rgb(34, 85, 119) |
| HSL | hsl(204, 56%, 30%) |
| CMYK | cmyk(71%, 29%, 0%, 53%) |
| LAB | lab(34.3 -5.0 -24.3) |
| LCH | lch(34.3 24.8 258.3) |
| OKLCH | oklch(0.431 0.078 241.2) |
Copy-ready code
/* CSS */
color: #225577;
background-color: #225577;
/* Tailwind (arbitrary) */
class="text-[#225577] bg-[#225577]"
/* SCSS */
$brand: #225577;
/* SwiftUI */
Color(red: 0.133, green: 0.333, blue: 0.467)
/* Android */
Color.parseColor("#225577")Accessibility — WCAG contrast
Aa
#225577 on white: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#225577 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green33.3%
Blue46.7%
CMYK percentages
Cyan71.4%
Magenta28.6%
Yellow0.0%
Key (black)53.3%
Color previews
#225577 text on a black background
contrast 2.63:1
Card sample
#225577 text on a white background
contrast 7.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #225577;
Background color
Panel with #225577 background
background-color: #225577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #225577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 85, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 85, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #225577; background: linear-gradient(135deg, #225577, #282277);