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