#9ebfe8
a light, vivid blue · cool · closest name: skyblue
RGB
158, 191, 232
HSL
213°, 62%, 77%
CMYK
32, 18, 0, 9
Luminance
0.5036
Every format
| HEX | #9ebfe8 |
| RGB | rgb(158, 191, 232) |
| HSL | hsl(213, 62%, 77%) |
| CMYK | cmyk(32%, 18%, 0%, 9%) |
| LAB | lab(76.3 -1.6 -24.0) |
| LCH | lch(76.3 24.0 266.2) |
| OKLCH | oklch(0.795 0.069 254.1) |
Copy-ready code
/* CSS */
color: #9ebfe8;
background-color: #9ebfe8;
/* Tailwind (arbitrary) */
class="text-[#9ebfe8] bg-[#9ebfe8]"
/* SCSS */
$brand: #9ebfe8;
/* SwiftUI */
Color(red: 0.620, green: 0.749, blue: 0.910)
/* Android */
Color.parseColor("#9ebfe8")Accessibility — WCAG contrast
Aa
#9ebfe8 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebfe8 on black: 11.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.9%
Blue91.0%
CMYK percentages
Cyan31.9%
Magenta17.7%
Yellow0.0%
Key (black)9.0%
Color previews
#9ebfe8 text on a black background
contrast 11.07:1
Card sample
#9ebfe8 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebfe8;
Background color
Panel with #9ebfe8 background
background-color: #9ebfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 191, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 191, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebfe8; background: linear-gradient(135deg, #9ebfe8, #AE9EE8);