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