#8ebffe
a light, electric blue · cool · closest name: skyblue
RGB
142, 191, 254
HSL
214°, 98%, 78%
CMYK
44, 25, 0, 0
Luminance
0.5017
Every format
| HEX | #8ebffe |
| RGB | rgb(142, 191, 254) |
| HSL | hsl(214, 98%, 78%) |
| CMYK | cmyk(44%, 25%, 0%, 0%) |
| LAB | lab(76.2 -0.0 -36.1) |
| LCH | lch(76.2 36.1 270.0) |
| OKLCH | oklch(0.794 0.104 255.0) |
Copy-ready code
/* CSS */
color: #8ebffe;
background-color: #8ebffe;
/* Tailwind (arbitrary) */
class="text-[#8ebffe] bg-[#8ebffe]"
/* SCSS */
$brand: #8ebffe;
/* SwiftUI */
Color(red: 0.557, green: 0.749, blue: 0.996)
/* Android */
Color.parseColor("#8ebffe")Accessibility — WCAG contrast
Aa
#8ebffe on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebffe on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.9%
Blue99.6%
CMYK percentages
Cyan44.1%
Magenta24.8%
Yellow0.0%
Key (black)0.4%
Color previews
#8ebffe text on a black background
contrast 11.03:1
Card sample
#8ebffe text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebffe;
Background color
Panel with #8ebffe background
background-color: #8ebffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 191, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 191, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebffe; background: linear-gradient(135deg, #8ebffe, #A88EFE);