#8ebeee
a light, vivid blue · cool · closest name: skyblue
RGB
142, 190, 238
HSL
210°, 74%, 75%
CMYK
40, 20, 0, 7
Luminance
0.4875
Every format
| HEX | #8ebeee |
| RGB | rgb(142, 190, 238) |
| HSL | hsl(210, 74%, 75%) |
| CMYK | cmyk(40%, 20%, 0%, 7%) |
| LAB | lab(75.3 -3.8 -28.8) |
| LCH | lch(75.3 29.1 262.5) |
| OKLCH | oklch(0.785 0.086 249.0) |
Copy-ready code
/* CSS */
color: #8ebeee;
background-color: #8ebeee;
/* Tailwind (arbitrary) */
class="text-[#8ebeee] bg-[#8ebeee]"
/* SCSS */
$brand: #8ebeee;
/* SwiftUI */
Color(red: 0.557, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#8ebeee")Accessibility — WCAG contrast
Aa
#8ebeee on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebeee on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.5%
Blue93.3%
CMYK percentages
Cyan40.3%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#8ebeee text on a black background
contrast 10.75:1
Card sample
#8ebeee text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebeee;
Background color
Panel with #8ebeee background
background-color: #8ebeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebeee; background: linear-gradient(135deg, #8ebeee, #9E8EEE);