#445288
a dark, soft blue · warm · closest name: steelblue
RGB
68, 82, 136
HSL
228°, 33%, 40%
CMYK
50, 40, 0, 47
Luminance
0.0904
Every format
| HEX | #445288 |
| RGB | rgb(68, 82, 136) |
| HSL | hsl(228, 33%, 40%) |
| CMYK | cmyk(50%, 40%, 0%, 47%) |
| LAB | lab(36.1 10.4 -31.9) |
| LCH | lch(36.1 33.6 288.1) |
| OKLCH | oklch(0.453 0.090 271.4) |
Copy-ready code
/* CSS */
color: #445288;
background-color: #445288;
/* Tailwind (arbitrary) */
class="text-[#445288] bg-[#445288]"
/* SCSS */
$brand: #445288;
/* SwiftUI */
Color(red: 0.267, green: 0.322, blue: 0.533)
/* Android */
Color.parseColor("#445288")Accessibility — WCAG contrast
Aa
#445288 on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445288 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green32.2%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta39.7%
Yellow0.0%
Key (black)46.7%
Color previews
#445288 text on a black background
contrast 2.81:1
Card sample
#445288 text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445288;
Background color
Panel with #445288 background
background-color: #445288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 82, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 82, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445288; background: linear-gradient(135deg, #445288, #634488);