#4eaefd
a balanced, electric blue · cool · closest name: steelblue
RGB
78, 174, 253
HSL
207°, 98%, 65%
CMYK
69, 31, 0, 1
Luminance
0.3898
Every format
| HEX | #4eaefd |
| RGB | rgb(78, 174, 253) |
| HSL | hsl(207, 98%, 65%) |
| CMYK | cmyk(69%, 31%, 0%, 1%) |
| LAB | lab(68.7 -3.5 -47.4) |
| LCH | lch(68.7 47.5 265.8) |
| OKLCH | oklch(0.728 0.146 246.5) |
Copy-ready code
/* CSS */
color: #4eaefd;
background-color: #4eaefd;
/* Tailwind (arbitrary) */
class="text-[#4eaefd] bg-[#4eaefd]"
/* SCSS */
$brand: #4eaefd;
/* SwiftUI */
Color(red: 0.306, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#4eaefd")Accessibility — WCAG contrast
Aa
#4eaefd on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eaefd on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green68.2%
Blue99.2%
CMYK percentages
Cyan69.2%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#4eaefd text on a black background
contrast 8.80:1
Card sample
#4eaefd text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eaefd;
Background color
Panel with #4eaefd background
background-color: #4eaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eaefd; background: linear-gradient(135deg, #4eaefd, #634EFD);