#9ebfeb
a light, vivid blue · cool · closest name: skyblue
RGB
158, 191, 235
HSL
214°, 66%, 77%
CMYK
33, 19, 0, 8
Luminance
0.5053
Every format
| HEX | #9ebfeb |
| RGB | rgb(158, 191, 235) |
| HSL | hsl(214, 66%, 77%) |
| CMYK | cmyk(33%, 19%, 0%, 8%) |
| LAB | lab(76.4 -0.8 -25.4) |
| LCH | lch(76.4 25.5 268.1) |
| OKLCH | oklch(0.796 0.072 255.7) |
Copy-ready code
/* CSS */
color: #9ebfeb;
background-color: #9ebfeb;
/* Tailwind (arbitrary) */
class="text-[#9ebfeb] bg-[#9ebfeb]"
/* SCSS */
$brand: #9ebfeb;
/* SwiftUI */
Color(red: 0.620, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#9ebfeb")Accessibility — WCAG contrast
Aa
#9ebfeb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebfeb on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.9%
Blue92.2%
CMYK percentages
Cyan32.8%
Magenta18.7%
Yellow0.0%
Key (black)7.8%
Color previews
#9ebfeb text on a black background
contrast 11.11:1
Card sample
#9ebfeb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebfeb;
Background color
Panel with #9ebfeb background
background-color: #9ebfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebfeb; background: linear-gradient(135deg, #9ebfeb, #B09EEB);