#8eadeb
a light, vivid blue · cool · closest name: steelblue
RGB
142, 173, 235
HSL
220°, 70%, 74%
CMYK
40, 26, 0, 8
Luminance
0.4164
Every format
| HEX | #8eadeb |
| RGB | rgb(142, 173, 235) |
| HSL | hsl(220, 70%, 74%) |
| CMYK | cmyk(40%, 26%, 0%, 8%) |
| LAB | lab(70.6 4.7 -34.4) |
| LCH | lch(70.6 34.7 277.8) |
| OKLCH | oklch(0.748 0.096 263.7) |
Copy-ready code
/* CSS */
color: #8eadeb;
background-color: #8eadeb;
/* Tailwind (arbitrary) */
class="text-[#8eadeb] bg-[#8eadeb]"
/* SCSS */
$brand: #8eadeb;
/* SwiftUI */
Color(red: 0.557, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#8eadeb")Accessibility — WCAG contrast
Aa
#8eadeb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eadeb on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green67.8%
Blue92.2%
CMYK percentages
Cyan39.6%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#8eadeb text on a black background
contrast 9.33:1
Card sample
#8eadeb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eadeb;
Background color
Panel with #8eadeb background
background-color: #8eadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eadeb; background: linear-gradient(135deg, #8eadeb, #AD8EEB);