#444477
a dark, soft blue · warm · closest name: steelblue
RGB
68, 68, 119
HSL
240°, 27%, 37%
CMYK
43, 43, 0, 53
Luminance
0.0670
Every format
| HEX | #444477 |
| RGB | rgb(68, 68, 119) |
| HSL | hsl(240, 27%, 37%) |
| CMYK | cmyk(43%, 43%, 0%, 53%) |
| LAB | lab(31.1 14.1 -29.2) |
| LCH | lch(31.1 32.4 295.7) |
| OKLCH | oklch(0.411 0.084 282.1) |
Copy-ready code
/* CSS */
color: #444477;
background-color: #444477;
/* Tailwind (arbitrary) */
class="text-[#444477] bg-[#444477]"
/* SCSS */
$brand: #444477;
/* SwiftUI */
Color(red: 0.267, green: 0.267, blue: 0.467)
/* Android */
Color.parseColor("#444477")Accessibility — WCAG contrast
Aa
#444477 on white: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#444477 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green26.7%
Blue46.7%
CMYK percentages
Cyan42.9%
Magenta42.9%
Yellow0.0%
Key (black)53.3%
Color previews
#444477 text on a black background
contrast 2.34:1
Card sample
#444477 text on a white background
contrast 8.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #444477;
Background color
Panel with #444477 background
background-color: #444477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #444477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 68, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 68, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #444477; background: linear-gradient(135deg, #444477, #664477);