#4d66ad
a balanced, soft blue · cool · closest name: steelblue
RGB
77, 102, 173
HSL
224°, 38%, 49%
CMYK
56, 41, 0, 32
Luminance
0.1410
Every format
| HEX | #4d66ad |
| RGB | rgb(77, 102, 173) |
| HSL | hsl(224, 38%, 49%) |
| CMYK | cmyk(56%, 41%, 0%, 32%) |
| LAB | lab(44.4 12.1 -40.9) |
| LCH | lch(44.4 42.6 286.5) |
| OKLCH | oklch(0.525 0.116 267.7) |
Copy-ready code
/* CSS */
color: #4d66ad;
background-color: #4d66ad;
/* Tailwind (arbitrary) */
class="text-[#4d66ad] bg-[#4d66ad]"
/* SCSS */
$brand: #4d66ad;
/* SwiftUI */
Color(red: 0.302, green: 0.400, blue: 0.678)
/* Android */
Color.parseColor("#4d66ad")Accessibility — WCAG contrast
Aa
#4d66ad on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4d66ad on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green40.0%
Blue67.8%
CMYK percentages
Cyan55.5%
Magenta41.0%
Yellow0.0%
Key (black)32.2%
Color previews
#4d66ad text on a black background
contrast 3.82:1
Card sample
#4d66ad text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d66ad;
Background color
Panel with #4d66ad background
background-color: #4d66ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d66ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 102, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 102, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d66ad; background: linear-gradient(135deg, #4d66ad, #744DAD);