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