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