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