#4d74ad
a balanced, soft blue · cool · closest name: steelblue
RGB
77, 116, 173
HSL
216°, 38%, 49%
CMYK
56, 33, 0, 32
Luminance
0.1709
Every format
| HEX | #4d74ad |
| RGB | rgb(77, 116, 173) |
| HSL | hsl(216, 38%, 49%) |
| CMYK | cmyk(56%, 33%, 0%, 32%) |
| LAB | lab(48.4 3.4 -34.5) |
| LCH | lch(48.4 34.7 275.7) |
| OKLCH | oklch(0.556 0.100 257.8) |
Copy-ready code
/* CSS */
color: #4d74ad;
background-color: #4d74ad;
/* Tailwind (arbitrary) */
class="text-[#4d74ad] bg-[#4d74ad]"
/* SCSS */
$brand: #4d74ad;
/* SwiftUI */
Color(red: 0.302, green: 0.455, blue: 0.678)
/* Android */
Color.parseColor("#4d74ad")Accessibility — WCAG contrast
Aa
#4d74ad on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4d74ad on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green45.5%
Blue67.8%
CMYK percentages
Cyan55.5%
Magenta32.9%
Yellow0.0%
Key (black)32.2%
Color previews
#4d74ad text on a black background
contrast 4.42:1
Card sample
#4d74ad text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d74ad;
Background color
Panel with #4d74ad background
background-color: #4d74ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d74ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 116, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 116, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d74ad; background: linear-gradient(135deg, #4d74ad, #664DAD);