#8ebeeb
a light, vivid blue · cool · closest name: skyblue
RGB
142, 190, 235
HSL
209°, 70%, 74%
CMYK
40, 19, 0, 8
Luminance
0.4858
Every format
| HEX | #8ebeeb |
| RGB | rgb(142, 190, 235) |
| HSL | hsl(209, 70%, 74%) |
| CMYK | cmyk(40%, 19%, 0%, 8%) |
| LAB | lab(75.2 -4.6 -27.4) |
| LCH | lch(75.2 27.8 260.4) |
| OKLCH | oklch(0.784 0.082 247.3) |
Copy-ready code
/* CSS */
color: #8ebeeb;
background-color: #8ebeeb;
/* Tailwind (arbitrary) */
class="text-[#8ebeeb] bg-[#8ebeeb]"
/* SCSS */
$brand: #8ebeeb;
/* SwiftUI */
Color(red: 0.557, green: 0.745, blue: 0.922)
/* Android */
Color.parseColor("#8ebeeb")Accessibility — WCAG contrast
Aa
#8ebeeb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebeeb on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.5%
Blue92.2%
CMYK percentages
Cyan39.6%
Magenta19.1%
Yellow0.0%
Key (black)7.8%
Color previews
#8ebeeb text on a black background
contrast 10.72:1
Card sample
#8ebeeb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebeeb;
Background color
Panel with #8ebeeb background
background-color: #8ebeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 190, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 190, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebeeb; background: linear-gradient(135deg, #8ebeeb, #9C8EEB);