#8eb9da
a light, vivid blue · cool · closest name: skyblue
RGB
142, 185, 218
HSL
206°, 51%, 71%
CMYK
35, 15, 0, 15
Luminance
0.4551
Every format
| HEX | #8eb9da |
| RGB | rgb(142, 185, 218) |
| HSL | hsl(206, 51%, 71%) |
| CMYK | cmyk(35%, 15%, 0%, 15%) |
| LAB | lab(73.2 -6.3 -21.1) |
| LCH | lch(73.2 22.1 253.3) |
| OKLCH | oklch(0.766 0.066 241.7) |
Copy-ready code
/* CSS */
color: #8eb9da;
background-color: #8eb9da;
/* Tailwind (arbitrary) */
class="text-[#8eb9da] bg-[#8eb9da]"
/* SCSS */
$brand: #8eb9da;
/* SwiftUI */
Color(red: 0.557, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#8eb9da")Accessibility — WCAG contrast
Aa
#8eb9da on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb9da on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green72.5%
Blue85.5%
CMYK percentages
Cyan34.9%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#8eb9da text on a black background
contrast 10.10:1
Card sample
#8eb9da text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb9da;
Background color
Panel with #8eb9da background
background-color: #8eb9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb9da; background: linear-gradient(135deg, #8eb9da, #968EDA);