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