#9ebdfe
a light, electric blue · cool · closest name: skyblue
RGB
158, 189, 254
HSL
221°, 98%, 81%
CMYK
38, 26, 0, 0
Luminance
0.5082
Every format
| HEX | #9ebdfe |
| RGB | rgb(158, 189, 254) |
| HSL | hsl(221, 98%, 81%) |
| CMYK | cmyk(38%, 26%, 0%, 0%) |
| LAB | lab(76.6 5.1 -35.4) |
| LCH | lch(76.6 35.8 278.2) |
| OKLCH | oklch(0.800 0.099 264.6) |
Copy-ready code
/* CSS */
color: #9ebdfe;
background-color: #9ebdfe;
/* Tailwind (arbitrary) */
class="text-[#9ebdfe] bg-[#9ebdfe]"
/* SCSS */
$brand: #9ebdfe;
/* SwiftUI */
Color(red: 0.620, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#9ebdfe")Accessibility — WCAG contrast
Aa
#9ebdfe on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ebdfe on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green74.1%
Blue99.6%
CMYK percentages
Cyan37.8%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#9ebdfe text on a black background
contrast 11.16:1
Card sample
#9ebdfe text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ebdfe;
Background color
Panel with #9ebdfe background
background-color: #9ebdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ebdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ebdfe; background: linear-gradient(135deg, #9ebdfe, #BF9EFE);