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