#8eade8
a light, vivid blue · cool · closest name: steelblue
RGB
142, 173, 232
HSL
219°, 66%, 73%
CMYK
39, 25, 0, 9
Luminance
0.4146
Every format
| HEX | #8eade8 |
| RGB | rgb(142, 173, 232) |
| HSL | hsl(219, 66%, 73%) |
| CMYK | cmyk(39%, 25%, 0%, 9%) |
| LAB | lab(70.5 3.9 -33.0) |
| LCH | lch(70.5 33.2 276.8) |
| OKLCH | oklch(0.747 0.092 262.9) |
Copy-ready code
/* CSS */
color: #8eade8;
background-color: #8eade8;
/* Tailwind (arbitrary) */
class="text-[#8eade8] bg-[#8eade8]"
/* SCSS */
$brand: #8eade8;
/* SwiftUI */
Color(red: 0.557, green: 0.678, blue: 0.910)
/* Android */
Color.parseColor("#8eade8")Accessibility — WCAG contrast
Aa
#8eade8 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eade8 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green67.8%
Blue91.0%
CMYK percentages
Cyan38.8%
Magenta25.4%
Yellow0.0%
Key (black)9.0%
Color previews
#8eade8 text on a black background
contrast 9.29:1
Card sample
#8eade8 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eade8;
Background color
Panel with #8eade8 background
background-color: #8eade8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eade8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 173, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 173, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eade8; background: linear-gradient(135deg, #8eade8, #AB8EE8);