#8eb0e9
a light, vivid blue · cool · closest name: steelblue
RGB
142, 176, 233
HSL
218°, 67%, 74%
CMYK
39, 25, 0, 9
Luminance
0.4268
Every format
| HEX | #8eb0e9 |
| RGB | rgb(142, 176, 233) |
| HSL | hsl(218, 67%, 74%) |
| CMYK | cmyk(39%, 25%, 0%, 9%) |
| LAB | lab(71.3 2.5 -32.2) |
| LCH | lch(71.3 32.3 274.5) |
| OKLCH | oklch(0.753 0.091 260.5) |
Copy-ready code
/* CSS */
color: #8eb0e9;
background-color: #8eb0e9;
/* Tailwind (arbitrary) */
class="text-[#8eb0e9] bg-[#8eb0e9]"
/* SCSS */
$brand: #8eb0e9;
/* SwiftUI */
Color(red: 0.557, green: 0.690, blue: 0.914)
/* Android */
Color.parseColor("#8eb0e9")Accessibility — WCAG contrast
Aa
#8eb0e9 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb0e9 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.0%
Blue91.4%
CMYK percentages
Cyan39.1%
Magenta24.5%
Yellow0.0%
Key (black)8.6%
Color previews
#8eb0e9 text on a black background
contrast 9.54:1
Card sample
#8eb0e9 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb0e9;
Background color
Panel with #8eb0e9 background
background-color: #8eb0e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb0e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 176, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 176, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb0e9; background: linear-gradient(135deg, #8eb0e9, #A98EE9);