#4d7eee
a balanced, electric blue · cool · closest name: royalblue
RGB
77, 126, 238
HSL
222°, 83%, 62%
CMYK
68, 47, 0, 7
Luminance
0.2267
Every format
| HEX | #4d7eee |
| RGB | rgb(77, 126, 238) |
| HSL | hsl(222, 83%, 62%) |
| CMYK | cmyk(68%, 47%, 0%, 7%) |
| LAB | lab(54.7 19.5 -61.4) |
| LCH | lch(54.7 64.4 287.6) |
| OKLCH | oklch(0.617 0.177 264.1) |
Copy-ready code
/* CSS */
color: #4d7eee;
background-color: #4d7eee;
/* Tailwind (arbitrary) */
class="text-[#4d7eee] bg-[#4d7eee]"
/* SCSS */
$brand: #4d7eee;
/* SwiftUI */
Color(red: 0.302, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#4d7eee")Accessibility — WCAG contrast
Aa
#4d7eee on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4d7eee on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green49.4%
Blue93.3%
CMYK percentages
Cyan67.6%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#4d7eee text on a black background
contrast 5.53:1
Card sample
#4d7eee text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4d7eee;
Background color
Panel with #4d7eee background
background-color: #4d7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4d7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4d7eee; background: linear-gradient(135deg, #4d7eee, #874DEE);