#4d5eb3
a balanced, soft blue · warm · closest name: royalblue
RGB
77, 94, 179
HSL
230°, 40%, 50%
CMYK
57, 48, 0, 30
Luminance
0.1284
Every format
| HEX | #4d5eb3 |
| RGB | rgb(77, 94, 179) |
| HSL | hsl(230, 40%, 50%) |
| CMYK | cmyk(57%, 48%, 0%, 30%) |
| LAB | lab(42.5 19.2 -47.3) |
| LCH | lch(42.5 51.1 292.0) |
| OKLCH | oklch(0.512 0.135 272.3) |
Copy-ready code
/* CSS */
color: #4d5eb3;
background-color: #4d5eb3;
/* Tailwind (arbitrary) */
class="text-[#4d5eb3] bg-[#4d5eb3]"
/* SCSS */
$brand: #4d5eb3;
/* SwiftUI */
Color(red: 0.302, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#4d5eb3")Accessibility — WCAG contrast
Aa
#4d5eb3 on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4d5eb3 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green36.9%
Blue70.2%
CMYK percentages
Cyan57.0%
Magenta47.5%
Yellow0.0%
Key (black)29.8%
Color previews
#4d5eb3 text on a black background
contrast 3.57:1
Card sample
#4d5eb3 text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d5eb3;
Background color
Panel with #4d5eb3 background
background-color: #4d5eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d5eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d5eb3; background: linear-gradient(135deg, #4d5eb3, #804DB3);