#8eacef
a light, electric blue · cool · closest name: steelblue
RGB
142, 172, 239
HSL
221°, 75%, 75%
CMYK
41, 28, 0, 6
Luminance
0.4149
Every format
| HEX | #8eacef |
| RGB | rgb(142, 172, 239) |
| HSL | hsl(221, 75%, 75%) |
| CMYK | cmyk(41%, 28%, 0%, 6%) |
| LAB | lab(70.5 6.4 -36.8) |
| LCH | lch(70.5 37.3 279.8) |
| OKLCH | oklch(0.748 0.103 265.5) |
Copy-ready code
/* CSS */
color: #8eacef;
background-color: #8eacef;
/* Tailwind (arbitrary) */
class="text-[#8eacef] bg-[#8eacef]"
/* SCSS */
$brand: #8eacef;
/* SwiftUI */
Color(red: 0.557, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#8eacef")Accessibility — WCAG contrast
Aa
#8eacef on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eacef on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green67.5%
Blue93.7%
CMYK percentages
Cyan40.6%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#8eacef text on a black background
contrast 9.30:1
Card sample
#8eacef text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eacef;
Background color
Panel with #8eacef background
background-color: #8eacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eacef; background: linear-gradient(135deg, #8eacef, #B18EEF);