#8ebfe9
a light, vivid blue · cool · closest name: skyblue
RGB
142, 191, 233
HSL
208°, 67%, 74%
CMYK
39, 18, 0, 9
Luminance
0.4890
Every format
| HEX | #8ebfe9 |
| RGB | rgb(142, 191, 233) |
| HSL | hsl(208, 67%, 74%) |
| CMYK | cmyk(39%, 18%, 0%, 9%) |
| LAB | lab(75.4 -5.7 -26.0) |
| LCH | lch(75.4 26.6 257.7) |
| OKLCH | oklch(0.785 0.079 244.9) |
Copy-ready code
/* CSS */
color: #8ebfe9;
background-color: #8ebfe9;
/* Tailwind (arbitrary) */
class="text-[#8ebfe9] bg-[#8ebfe9]"
/* SCSS */
$brand: #8ebfe9;
/* SwiftUI */
Color(red: 0.557, green: 0.749, blue: 0.914)
/* Android */
Color.parseColor("#8ebfe9")Accessibility — WCAG contrast
Aa
#8ebfe9 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebfe9 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.9%
Blue91.4%
CMYK percentages
Cyan39.1%
Magenta18.0%
Yellow0.0%
Key (black)8.6%
Color previews
#8ebfe9 text on a black background
contrast 10.78:1
Card sample
#8ebfe9 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebfe9;
Background color
Panel with #8ebfe9 background
background-color: #8ebfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 191, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 191, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebfe9; background: linear-gradient(135deg, #8ebfe9, #9A8EE9);