#4eacef
a balanced, electric blue · cool · closest name: steelblue
RGB
78, 172, 239
HSL
205°, 83%, 62%
CMYK
67, 28, 0, 6
Luminance
0.3736
Every format
| HEX | #4eacef |
| RGB | rgb(78, 172, 239) |
| HSL | hsl(205, 83%, 62%) |
| CMYK | cmyk(67%, 28%, 0%, 6%) |
| LAB | lab(67.5 -7.0 -41.6) |
| LCH | lch(67.5 42.2 260.4) |
| OKLCH | oklch(0.717 0.132 242.8) |
Copy-ready code
/* CSS */
color: #4eacef;
background-color: #4eacef;
/* Tailwind (arbitrary) */
class="text-[#4eacef] bg-[#4eacef]"
/* SCSS */
$brand: #4eacef;
/* SwiftUI */
Color(red: 0.306, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#4eacef")Accessibility — WCAG contrast
Aa
#4eacef on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eacef on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green67.5%
Blue93.7%
CMYK percentages
Cyan67.4%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#4eacef text on a black background
contrast 8.47:1
Card sample
#4eacef text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eacef;
Background color
Panel with #4eacef background
background-color: #4eacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eacef; background: linear-gradient(135deg, #4eacef, #5C4EEF);