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