#8eb8ff
a light, electric blue · cool · closest name: steelblue
RGB
142, 184, 255
HSL
218°, 100%, 78%
CMYK
44, 28, 0, 0
Luminance
0.4725
Every format
| HEX | #8eb8ff |
| RGB | rgb(142, 184, 255) |
| HSL | hsl(218, 100%, 78%) |
| CMYK | cmyk(44%, 28%, 0%, 0%) |
| LAB | lab(74.3 4.1 -39.5) |
| LCH | lch(74.3 39.7 275.9) |
| OKLCH | oklch(0.780 0.112 260.6) |
Copy-ready code
/* CSS */
color: #8eb8ff;
background-color: #8eb8ff;
/* Tailwind (arbitrary) */
class="text-[#8eb8ff] bg-[#8eb8ff]"
/* SCSS */
$brand: #8eb8ff;
/* SwiftUI */
Color(red: 0.557, green: 0.722, blue: 1.000)
/* Android */
Color.parseColor("#8eb8ff")Accessibility — WCAG contrast
Aa
#8eb8ff on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb8ff on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.2%
Blue100.0%
CMYK percentages
Cyan44.3%
Magenta27.8%
Yellow0.0%
Key (black)0.0%
Color previews
#8eb8ff text on a black background
contrast 10.45:1
Card sample
#8eb8ff text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb8ff;
Background color
Panel with #8eb8ff background
background-color: #8eb8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 184, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 184, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb8ff; background: linear-gradient(135deg, #8eb8ff, #AF8EFF);