#9eb0ee
a light, vivid blue · warm · closest name: steelblue
RGB
158, 176, 238
HSL
227°, 70%, 78%
CMYK
34, 26, 0, 7
Luminance
0.4449
Every format
| HEX | #9eb0ee |
| RGB | rgb(158, 176, 238) |
| HSL | hsl(227, 70%, 78%) |
| CMYK | cmyk(34%, 26%, 0%, 7%) |
| LAB | lab(72.6 8.2 -33.0) |
| LCH | lch(72.6 34.0 283.9) |
| OKLCH | oklch(0.766 0.091 271.6) |
Copy-ready code
/* CSS */
color: #9eb0ee;
background-color: #9eb0ee;
/* Tailwind (arbitrary) */
class="text-[#9eb0ee] bg-[#9eb0ee]"
/* SCSS */
$brand: #9eb0ee;
/* SwiftUI */
Color(red: 0.620, green: 0.690, blue: 0.933)
/* Android */
Color.parseColor("#9eb0ee")Accessibility — WCAG contrast
Aa
#9eb0ee on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb0ee on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green69.0%
Blue93.3%
CMYK percentages
Cyan33.6%
Magenta26.1%
Yellow0.0%
Key (black)6.7%
Color previews
#9eb0ee text on a black background
contrast 9.90:1
Card sample
#9eb0ee text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb0ee;
Background color
Panel with #9eb0ee background
background-color: #9eb0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 176, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 176, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb0ee; background: linear-gradient(135deg, #9eb0ee, #C19EEE);