#4d577f
a dark, soft blue · warm · closest name: steelblue
RGB
77, 87, 127
HSL
228°, 25%, 40%
CMYK
39, 32, 0, 50
Luminance
0.0993
Every format
| HEX | #4d577f |
| RGB | rgb(77, 87, 127) |
| HSL | hsl(228, 25%, 40%) |
| CMYK | cmyk(39%, 32%, 0%, 50%) |
| LAB | lab(37.7 6.9 -23.8) |
| LCH | lch(37.7 24.7 286.1) |
| OKLCH | oklch(0.466 0.066 272.8) |
Copy-ready code
/* CSS */
color: #4d577f;
background-color: #4d577f;
/* Tailwind (arbitrary) */
class="text-[#4d577f] bg-[#4d577f]"
/* SCSS */
$brand: #4d577f;
/* SwiftUI */
Color(red: 0.302, green: 0.341, blue: 0.498)
/* Android */
Color.parseColor("#4d577f")Accessibility — WCAG contrast
Aa
#4d577f on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4d577f on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green34.1%
Blue49.8%
CMYK percentages
Cyan39.4%
Magenta31.5%
Yellow0.0%
Key (black)50.2%
Color previews
#4d577f text on a black background
contrast 2.99:1
Card sample
#4d577f text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d577f;
Background color
Panel with #4d577f background
background-color: #4d577f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d577f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 87, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 87, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d577f; background: linear-gradient(135deg, #4d577f, #644D7F);