#9ebeee
a light, vivid blue · cool · closest name: skyblue
RGB
158, 190, 238
HSL
216°, 70%, 78%
CMYK
34, 20, 0, 7
Luminance
0.5027
Every format
| HEX | #9ebeee |
| RGB | rgb(158, 190, 238) |
| HSL | hsl(216, 70%, 78%) |
| CMYK | cmyk(34%, 20%, 0%, 7%) |
| LAB | lab(76.2 0.5 -27.3) |
| LCH | lch(76.2 27.3 271.0) |
| OKLCH | oklch(0.795 0.077 258.3) |
Copy-ready code
/* CSS */
color: #9ebeee;
background-color: #9ebeee;
/* Tailwind (arbitrary) */
class="text-[#9ebeee] bg-[#9ebeee]"
/* SCSS */
$brand: #9ebeee;
/* SwiftUI */
Color(red: 0.620, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#9ebeee")Accessibility — WCAG contrast
Aa
#9ebeee on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebeee on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.5%
Blue93.3%
CMYK percentages
Cyan33.6%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#9ebeee text on a black background
contrast 11.05:1
Card sample
#9ebeee text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebeee;
Background color
Panel with #9ebeee background
background-color: #9ebeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebeee; background: linear-gradient(135deg, #9ebeee, #B39EEE);