#8eb6ff
a light, electric blue · cool · closest name: steelblue
RGB
142, 182, 255
HSL
219°, 100%, 78%
CMYK
44, 29, 0, 0
Luminance
0.4643
Every format
| HEX | #8eb6ff |
| RGB | rgb(142, 182, 255) |
| HSL | hsl(219, 100%, 78%) |
| CMYK | cmyk(44%, 29%, 0%, 0%) |
| LAB | lab(73.8 5.2 -40.3) |
| LCH | lch(73.8 40.6 277.4) |
| OKLCH | oklch(0.776 0.114 262.0) |
Copy-ready code
/* CSS */
color: #8eb6ff;
background-color: #8eb6ff;
/* Tailwind (arbitrary) */
class="text-[#8eb6ff] bg-[#8eb6ff]"
/* SCSS */
$brand: #8eb6ff;
/* SwiftUI */
Color(red: 0.557, green: 0.714, blue: 1.000)
/* Android */
Color.parseColor("#8eb6ff")Accessibility — WCAG contrast
Aa
#8eb6ff on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb6ff on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.4%
Blue100.0%
CMYK percentages
Cyan44.3%
Magenta28.6%
Yellow0.0%
Key (black)0.0%
Color previews
#8eb6ff text on a black background
contrast 10.29:1
Card sample
#8eb6ff text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb6ff;
Background color
Panel with #8eb6ff background
background-color: #8eb6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 182, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 182, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb6ff; background: linear-gradient(135deg, #8eb6ff, #B18EFF);