#4b7aef
a balanced, electric blue · cool · closest name: royalblue
RGB
75, 122, 239
HSL
223°, 84%, 62%
CMYK
69, 49, 0, 6
Luminance
0.2165
Every format
| HEX | #4b7aef |
| RGB | rgb(75, 122, 239) |
| HSL | hsl(223, 84%, 62%) |
| CMYK | cmyk(69%, 49%, 0%, 6%) |
| LAB | lab(53.6 22.0 -63.7) |
| LCH | lch(53.6 67.4 289.1) |
| OKLCH | oklch(0.608 0.183 265.0) |
Copy-ready code
/* CSS */
color: #4b7aef;
background-color: #4b7aef;
/* Tailwind (arbitrary) */
class="text-[#4b7aef] bg-[#4b7aef]"
/* SCSS */
$brand: #4b7aef;
/* SwiftUI */
Color(red: 0.294, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#4b7aef")Accessibility — WCAG contrast
Aa
#4b7aef on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b7aef on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green47.8%
Blue93.7%
CMYK percentages
Cyan68.6%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#4b7aef text on a black background
contrast 5.33:1
Card sample
#4b7aef text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b7aef;
Background color
Panel with #4b7aef background
background-color: #4b7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b7aef; background: linear-gradient(135deg, #4b7aef, #894BEF);