#9ebffb
a light, electric blue · cool · closest name: skyblue
RGB
158, 191, 251
HSL
219°, 92%, 80%
CMYK
37, 24, 0, 2
Luminance
0.5150
Every format
| HEX | #9ebffb |
| RGB | rgb(158, 191, 251) |
| HSL | hsl(219, 92%, 80%) |
| CMYK | cmyk(37%, 24%, 0%, 2%) |
| LAB | lab(77.0 3.2 -33.1) |
| LCH | lch(77.0 33.3 275.6) |
| OKLCH | oklch(0.802 0.093 262.1) |
Copy-ready code
/* CSS */
color: #9ebffb;
background-color: #9ebffb;
/* Tailwind (arbitrary) */
class="text-[#9ebffb] bg-[#9ebffb]"
/* SCSS */
$brand: #9ebffb;
/* SwiftUI */
Color(red: 0.620, green: 0.749, blue: 0.984)
/* Android */
Color.parseColor("#9ebffb")Accessibility — WCAG contrast
Aa
#9ebffb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebffb on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.9%
Blue98.4%
CMYK percentages
Cyan37.1%
Magenta23.9%
Yellow0.0%
Key (black)1.6%
Color previews
#9ebffb text on a black background
contrast 11.30:1
Card sample
#9ebffb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebffb;
Background color
Panel with #9ebffb background
background-color: #9ebffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 191, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 191, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebffb; background: linear-gradient(135deg, #9ebffb, #BB9EFB);