#4e5bff
a light, electric blue · warm · closest name: royalblue
RGB
78, 91, 255
HSL
236°, 100%, 65%
CMYK
69, 64, 0, 0
Luminance
0.1632
Every format
| HEX | #4e5bff |
| RGB | rgb(78, 91, 255) |
| HSL | hsl(236, 100%, 65%) |
| CMYK | cmyk(69%, 64%, 0%, 0%) |
| LAB | lab(47.4 46.8 -82.8) |
| LCH | lch(47.4 95.1 299.5) |
| OKLCH | oklch(0.566 0.239 272.5) |
Copy-ready code
/* CSS */
color: #4e5bff;
background-color: #4e5bff;
/* Tailwind (arbitrary) */
class="text-[#4e5bff] bg-[#4e5bff]"
/* SCSS */
$brand: #4e5bff;
/* SwiftUI */
Color(red: 0.306, green: 0.357, blue: 1.000)
/* Android */
Color.parseColor("#4e5bff")Accessibility — WCAG contrast
Aa
#4e5bff on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4e5bff on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green35.7%
Blue100.0%
CMYK percentages
Cyan69.4%
Magenta64.3%
Yellow0.0%
Key (black)0.0%
Color previews
#4e5bff text on a black background
contrast 4.26:1
Card sample
#4e5bff text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e5bff;
Background color
Panel with #4e5bff background
background-color: #4e5bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e5bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 91, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 91, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e5bff; background: linear-gradient(135deg, #4e5bff, #B74EFF);