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