#9ebff8
a light, electric blue · cool · closest name: skyblue
RGB
158, 191, 248
HSL
218°, 87%, 80%
CMYK
36, 23, 0, 3
Luminance
0.5131
Every format
| HEX | #9ebff8 |
| RGB | rgb(158, 191, 248) |
| HSL | hsl(218, 87%, 80%) |
| CMYK | cmyk(36%, 23%, 0%, 3%) |
| LAB | lab(76.9 2.5 -31.7) |
| LCH | lch(76.9 31.8 274.4) |
| OKLCH | oklch(0.801 0.089 261.2) |
Copy-ready code
/* CSS */
color: #9ebff8;
background-color: #9ebff8;
/* Tailwind (arbitrary) */
class="text-[#9ebff8] bg-[#9ebff8]"
/* SCSS */
$brand: #9ebff8;
/* SwiftUI */
Color(red: 0.620, green: 0.749, blue: 0.973)
/* Android */
Color.parseColor("#9ebff8")Accessibility — WCAG contrast
Aa
#9ebff8 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebff8 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.9%
Blue97.3%
CMYK percentages
Cyan36.3%
Magenta23.0%
Yellow0.0%
Key (black)2.7%
Color previews
#9ebff8 text on a black background
contrast 11.26:1
Card sample
#9ebff8 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebff8;
Background color
Panel with #9ebff8 background
background-color: #9ebff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 191, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 191, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebff8; background: linear-gradient(135deg, #9ebff8, #B99EF8);