#8eb5d7
a light, vivid blue · cool · closest name: skyblue
RGB
142, 181, 215
HSL
208°, 48%, 70%
CMYK
34, 16, 0, 16
Luminance
0.4370
Every format
| HEX | #8eb5d7 |
| RGB | rgb(142, 181, 215) |
| HSL | hsl(208, 48%, 70%) |
| CMYK | cmyk(34%, 16%, 0%, 16%) |
| LAB | lab(72.0 -4.9 -21.3) |
| LCH | lch(72.0 21.9 257.0) |
| OKLCH | oklch(0.757 0.065 245.1) |
Copy-ready code
/* CSS */
color: #8eb5d7;
background-color: #8eb5d7;
/* Tailwind (arbitrary) */
class="text-[#8eb5d7] bg-[#8eb5d7]"
/* SCSS */
$brand: #8eb5d7;
/* SwiftUI */
Color(red: 0.557, green: 0.710, blue: 0.843)
/* Android */
Color.parseColor("#8eb5d7")Accessibility — WCAG contrast
Aa
#8eb5d7 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb5d7 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.0%
Blue84.3%
CMYK percentages
Cyan34.0%
Magenta15.8%
Yellow0.0%
Key (black)15.7%
Color previews
#8eb5d7 text on a black background
contrast 9.74:1
Card sample
#8eb5d7 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb5d7;
Background color
Panel with #8eb5d7 background
background-color: #8eb5d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb5d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 181, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 181, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb5d7; background: linear-gradient(135deg, #8eb5d7, #988ED7);