#447188
a dark, soft blue · cool · closest name: steelblue
RGB
68, 113, 136
HSL
200°, 33%, 40%
CMYK
50, 17, 0, 47
Luminance
0.1482
Every format
| HEX | #447188 |
| RGB | rgb(68, 113, 136) |
| HSL | hsl(200, 33%, 40%) |
| CMYK | cmyk(50%, 17%, 0%, 47%) |
| LAB | lab(45.4 -8.7 -17.4) |
| LCH | lch(45.4 19.5 243.3) |
| OKLCH | oklch(0.525 0.061 231.9) |
Copy-ready code
/* CSS */
color: #447188;
background-color: #447188;
/* Tailwind (arbitrary) */
class="text-[#447188] bg-[#447188]"
/* SCSS */
$brand: #447188;
/* SwiftUI */
Color(red: 0.267, green: 0.443, blue: 0.533)
/* Android */
Color.parseColor("#447188")Accessibility — WCAG contrast
Aa
#447188 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447188 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green44.3%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta16.9%
Yellow0.0%
Key (black)46.7%
Color previews
#447188 text on a black background
contrast 3.96:1
Card sample
#447188 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447188;
Background color
Panel with #447188 background
background-color: #447188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 113, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 113, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447188; background: linear-gradient(135deg, #447188, #444488);