#445588
a dark, soft blue · warm · closest name: steelblue
RGB
68, 85, 136
HSL
225°, 33%, 40%
CMYK
50, 38, 0, 47
Luminance
0.0950
Every format
| HEX | #445588 |
| RGB | rgb(68, 85, 136) |
| HSL | hsl(225, 33%, 40%) |
| CMYK | cmyk(50%, 38%, 0%, 47%) |
| LAB | lab(36.9 8.5 -30.5) |
| LCH | lch(36.9 31.7 285.5) |
| OKLCH | oklch(0.459 0.086 268.9) |
Copy-ready code
/* CSS */
color: #445588;
background-color: #445588;
/* Tailwind (arbitrary) */
class="text-[#445588] bg-[#445588]"
/* SCSS */
$brand: #445588;
/* SwiftUI */
Color(red: 0.267, green: 0.333, blue: 0.533)
/* Android */
Color.parseColor("#445588")Accessibility — WCAG contrast
Aa
#445588 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445588 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green33.3%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta37.5%
Yellow0.0%
Key (black)46.7%
Color previews
#445588 text on a black background
contrast 2.90:1
Card sample
#445588 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445588;
Background color
Panel with #445588 background
background-color: #445588;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445588;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 85, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 85, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445588; background: linear-gradient(135deg, #445588, #604488);