#4eb7ee
a balanced, electric blue · cool · closest name: skyblue
RGB
78, 183, 238
HSL
201°, 83%, 62%
CMYK
67, 23, 0, 7
Luminance
0.4166
Every format
| HEX | #4eb7ee |
| RGB | rgb(78, 183, 238) |
| HSL | hsl(201, 83%, 62%) |
| CMYK | cmyk(67%, 23%, 0%, 7%) |
| LAB | lab(70.6 -13.3 -36.3) |
| LCH | lch(70.6 38.6 249.8) |
| OKLCH | oklch(0.741 0.124 234.9) |
Copy-ready code
/* CSS */
color: #4eb7ee;
background-color: #4eb7ee;
/* Tailwind (arbitrary) */
class="text-[#4eb7ee] bg-[#4eb7ee]"
/* SCSS */
$brand: #4eb7ee;
/* SwiftUI */
Color(red: 0.306, green: 0.718, blue: 0.933)
/* Android */
Color.parseColor("#4eb7ee")Accessibility — WCAG contrast
Aa
#4eb7ee on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb7ee on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green71.8%
Blue93.3%
CMYK percentages
Cyan67.2%
Magenta23.1%
Yellow0.0%
Key (black)6.7%
Color previews
#4eb7ee text on a black background
contrast 9.33:1
Card sample
#4eb7ee text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb7ee;
Background color
Panel with #4eb7ee background
background-color: #4eb7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 183, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 183, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb7ee; background: linear-gradient(135deg, #4eb7ee, #504EEE);