#8eb0f6
a light, electric blue · cool · closest name: steelblue
RGB
142, 176, 246
HSL
220°, 85%, 76%
CMYK
42, 29, 0, 4
Luminance
0.4346
Every format
| HEX | #8eb0f6 |
| RGB | rgb(142, 176, 246) |
| HSL | hsl(220, 85%, 76%) |
| CMYK | cmyk(42%, 29%, 0%, 4%) |
| LAB | lab(71.9 6.0 -38.5) |
| LCH | lch(71.9 38.9 278.9) |
| OKLCH | oklch(0.759 0.108 264.1) |
Copy-ready code
/* CSS */
color: #8eb0f6;
background-color: #8eb0f6;
/* Tailwind (arbitrary) */
class="text-[#8eb0f6] bg-[#8eb0f6]"
/* SCSS */
$brand: #8eb0f6;
/* SwiftUI */
Color(red: 0.557, green: 0.690, blue: 0.965)
/* Android */
Color.parseColor("#8eb0f6")Accessibility — WCAG contrast
Aa
#8eb0f6 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb0f6 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.0%
Blue96.5%
CMYK percentages
Cyan42.3%
Magenta28.5%
Yellow0.0%
Key (black)3.5%
Color previews
#8eb0f6 text on a black background
contrast 9.69:1
Card sample
#8eb0f6 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb0f6;
Background color
Panel with #8eb0f6 background
background-color: #8eb0f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb0f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 176, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 176, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb0f6; background: linear-gradient(135deg, #8eb0f6, #B18EF6);