#9ebfe2
a light, vivid blue · cool · closest name: skyblue
RGB
158, 191, 226
HSL
211°, 54%, 75%
CMYK
30, 16, 0, 11
Luminance
0.5002
Every format
| HEX | #9ebfe2 |
| RGB | rgb(158, 191, 226) |
| HSL | hsl(211, 54%, 75%) |
| CMYK | cmyk(30%, 16%, 0%, 11%) |
| LAB | lab(76.1 -3.0 -21.1) |
| LCH | lch(76.1 21.3 261.8) |
| OKLCH | oklch(0.792 0.061 250.1) |
Copy-ready code
/* CSS */
color: #9ebfe2;
background-color: #9ebfe2;
/* Tailwind (arbitrary) */
class="text-[#9ebfe2] bg-[#9ebfe2]"
/* SCSS */
$brand: #9ebfe2;
/* SwiftUI */
Color(red: 0.620, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#9ebfe2")Accessibility — WCAG contrast
Aa
#9ebfe2 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebfe2 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.9%
Blue88.6%
CMYK percentages
Cyan30.1%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#9ebfe2 text on a black background
contrast 11.00:1
Card sample
#9ebfe2 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebfe2;
Background color
Panel with #9ebfe2 background
background-color: #9ebfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebfe2; background: linear-gradient(135deg, #9ebfe2, #AA9EE2);