#4eb2fb
a balanced, electric blue · cool · closest name: steelblue
RGB
78, 178, 251
HSL
205°, 96%, 65%
CMYK
69, 29, 0, 2
Luminance
0.4043
Every format
| HEX | #4eb2fb |
| RGB | rgb(78, 178, 251) |
| HSL | hsl(205, 96%, 65%) |
| CMYK | cmyk(69%, 29%, 0%, 2%) |
| LAB | lab(69.8 -6.4 -44.6) |
| LCH | lch(69.8 45.1 261.9) |
| OKLCH | oklch(0.736 0.141 243.6) |
Copy-ready code
/* CSS */
color: #4eb2fb;
background-color: #4eb2fb;
/* Tailwind (arbitrary) */
class="text-[#4eb2fb] bg-[#4eb2fb]"
/* SCSS */
$brand: #4eb2fb;
/* SwiftUI */
Color(red: 0.306, green: 0.698, blue: 0.984)
/* Android */
Color.parseColor("#4eb2fb")Accessibility — WCAG contrast
Aa
#4eb2fb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb2fb on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green69.8%
Blue98.4%
CMYK percentages
Cyan68.9%
Magenta29.1%
Yellow0.0%
Key (black)1.6%
Color previews
#4eb2fb text on a black background
contrast 9.09:1
Card sample
#4eb2fb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb2fb;
Background color
Panel with #4eb2fb background
background-color: #4eb2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 178, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 178, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb2fb; background: linear-gradient(135deg, #4eb2fb, #5D4EFB);