#4b7eee
a balanced, electric blue · cool · closest name: royalblue
RGB
75, 126, 238
HSL
221°, 83%, 61%
CMYK
69, 47, 0, 7
Luminance
0.2259
Every format
| HEX | #4b7eee |
| RGB | rgb(75, 126, 238) |
| HSL | hsl(221, 83%, 61%) |
| CMYK | cmyk(69%, 47%, 0%, 7%) |
| LAB | lab(54.6 19.2 -61.5) |
| LCH | lch(54.6 64.5 287.3) |
| OKLCH | oklch(0.616 0.177 263.6) |
Copy-ready code
/* CSS */
color: #4b7eee;
background-color: #4b7eee;
/* Tailwind (arbitrary) */
class="text-[#4b7eee] bg-[#4b7eee]"
/* SCSS */
$brand: #4b7eee;
/* SwiftUI */
Color(red: 0.294, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#4b7eee")Accessibility — WCAG contrast
Aa
#4b7eee on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b7eee on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green49.4%
Blue93.3%
CMYK percentages
Cyan68.5%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#4b7eee text on a black background
contrast 5.52:1
Card sample
#4b7eee text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b7eee;
Background color
Panel with #4b7eee background
background-color: #4b7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b7eee; background: linear-gradient(135deg, #4b7eee, #854BEE);