#9ebee9
a light, vivid blue · cool · closest name: skyblue
RGB
158, 190, 233
HSL
214°, 63%, 77%
CMYK
32, 19, 0, 9
Luminance
0.4998
Every format
| HEX | #9ebee9 |
| RGB | rgb(158, 190, 233) |
| HSL | hsl(214, 63%, 77%) |
| CMYK | cmyk(32%, 19%, 0%, 9%) |
| LAB | lab(76.1 -0.8 -24.9) |
| LCH | lch(76.1 24.9 268.2) |
| OKLCH | oklch(0.793 0.071 255.9) |
Copy-ready code
/* CSS */
color: #9ebee9;
background-color: #9ebee9;
/* Tailwind (arbitrary) */
class="text-[#9ebee9] bg-[#9ebee9]"
/* SCSS */
$brand: #9ebee9;
/* SwiftUI */
Color(red: 0.620, green: 0.745, blue: 0.914)
/* Android */
Color.parseColor("#9ebee9")Accessibility — WCAG contrast
Aa
#9ebee9 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebee9 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.5%
Blue91.4%
CMYK percentages
Cyan32.2%
Magenta18.5%
Yellow0.0%
Key (black)8.6%
Color previews
#9ebee9 text on a black background
contrast 11.00:1
Card sample
#9ebee9 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebee9;
Background color
Panel with #9ebee9 background
background-color: #9ebee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 190, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 190, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebee9; background: linear-gradient(135deg, #9ebee9, #B09EE9);