#8eade3
a light, vivid blue · cool · closest name: steelblue
RGB
142, 173, 227
HSL
218°, 60%, 72%
CMYK
37, 24, 0, 11
Luminance
0.4118
Every format
| HEX | #8eade3 |
| RGB | rgb(142, 173, 227) |
| HSL | hsl(218, 60%, 72%) |
| CMYK | cmyk(37%, 24%, 0%, 11%) |
| LAB | lab(70.3 2.6 -30.5) |
| LCH | lch(70.3 30.6 274.8) |
| OKLCH | oklch(0.745 0.086 261.3) |
Copy-ready code
/* CSS */
color: #8eade3;
background-color: #8eade3;
/* Tailwind (arbitrary) */
class="text-[#8eade3] bg-[#8eade3]"
/* SCSS */
$brand: #8eade3;
/* SwiftUI */
Color(red: 0.557, green: 0.678, blue: 0.890)
/* Android */
Color.parseColor("#8eade3")Accessibility — WCAG contrast
Aa
#8eade3 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eade3 on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green67.8%
Blue89.0%
CMYK percentages
Cyan37.4%
Magenta23.8%
Yellow0.0%
Key (black)11.0%
Color previews
#8eade3 text on a black background
contrast 9.24:1
Card sample
#8eade3 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eade3;
Background color
Panel with #8eade3 background
background-color: #8eade3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eade3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 173, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 173, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eade3; background: linear-gradient(135deg, #8eade3, #A88EE3);