#8eb7da
a light, vivid blue · cool · closest name: skyblue
RGB
142, 183, 218
HSL
208°, 51%, 71%
CMYK
35, 16, 0, 15
Luminance
0.4468
Every format
| HEX | #8eb7da |
| RGB | rgb(142, 183, 218) |
| HSL | hsl(208, 51%, 71%) |
| CMYK | cmyk(35%, 16%, 0%, 15%) |
| LAB | lab(72.7 -5.3 -22.0) |
| LCH | lch(72.7 22.6 256.6) |
| OKLCH | oklch(0.762 0.067 244.6) |
Copy-ready code
/* CSS */
color: #8eb7da;
background-color: #8eb7da;
/* Tailwind (arbitrary) */
class="text-[#8eb7da] bg-[#8eb7da]"
/* SCSS */
$brand: #8eb7da;
/* SwiftUI */
Color(red: 0.557, green: 0.718, blue: 0.855)
/* Android */
Color.parseColor("#8eb7da")Accessibility — WCAG contrast
Aa
#8eb7da on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb7da on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green71.8%
Blue85.5%
CMYK percentages
Cyan34.9%
Magenta16.1%
Yellow0.0%
Key (black)14.5%
Color previews
#8eb7da text on a black background
contrast 9.94:1
Card sample
#8eb7da text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb7da;
Background color
Panel with #8eb7da background
background-color: #8eb7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 183, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 183, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb7da; background: linear-gradient(135deg, #8eb7da, #988EDA);