#447799
a dark, soft blue · cool · closest name: steelblue
RGB
68, 119, 153
HSL
204°, 39%, 43%
CMYK
56, 22, 0, 40
Luminance
0.1672
Every format
| HEX | #447799 |
| RGB | rgb(68, 119, 153) |
| HSL | hsl(204, 39%, 43%) |
| CMYK | cmyk(56%, 22%, 0%, 40%) |
| LAB | lab(47.9 -6.9 -23.6) |
| LCH | lch(47.9 24.6 253.7) |
| OKLCH | oklch(0.548 0.076 239.4) |
Copy-ready code
/* CSS */
color: #447799;
background-color: #447799;
/* Tailwind (arbitrary) */
class="text-[#447799] bg-[#447799]"
/* SCSS */
$brand: #447799;
/* SwiftUI */
Color(red: 0.267, green: 0.467, blue: 0.600)
/* Android */
Color.parseColor("#447799")Accessibility — WCAG contrast
Aa
#447799 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#447799 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green46.7%
Blue60.0%
CMYK percentages
Cyan55.6%
Magenta22.2%
Yellow0.0%
Key (black)40.0%
Color previews
#447799 text on a black background
contrast 4.34:1
Card sample
#447799 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #447799;
Background color
Panel with #447799 background
background-color: #447799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #447799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 119, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 119, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #447799; background: linear-gradient(135deg, #447799, #4A4499);