#4e7cec
a balanced, electric blue · cool · closest name: royalblue
RGB
78, 124, 236
HSL
223°, 81%, 62%
CMYK
67, 48, 0, 8
Luminance
0.2209
Every format
| HEX | #4e7cec |
| RGB | rgb(78, 124, 236) |
| HSL | hsl(223, 81%, 62%) |
| CMYK | cmyk(67%, 48%, 0%, 8%) |
| LAB | lab(54.1 20.2 -61.3) |
| LCH | lch(54.1 64.5 288.2) |
| OKLCH | oklch(0.612 0.176 264.9) |
Copy-ready code
/* CSS */
color: #4e7cec;
background-color: #4e7cec;
/* Tailwind (arbitrary) */
class="text-[#4e7cec] bg-[#4e7cec]"
/* SCSS */
$brand: #4e7cec;
/* SwiftUI */
Color(red: 0.306, green: 0.486, blue: 0.925)
/* Android */
Color.parseColor("#4e7cec")Accessibility — WCAG contrast
Aa
#4e7cec on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4e7cec on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green48.6%
Blue92.5%
CMYK percentages
Cyan66.9%
Magenta47.5%
Yellow0.0%
Key (black)7.5%
Color previews
#4e7cec text on a black background
contrast 5.42:1
Card sample
#4e7cec text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e7cec;
Background color
Panel with #4e7cec background
background-color: #4e7cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e7cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 124, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 124, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e7cec; background: linear-gradient(135deg, #4e7cec, #894EEC);