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