#9eebfa
a light, electric cyan · cool · closest name: skyblue
RGB
158, 235, 250
HSL
190°, 90%, 80%
CMYK
37, 6, 0, 2
Luminance
0.7359
Every format
| HEX | #9eebfa |
| RGB | rgb(158, 235, 250) |
| HSL | hsl(190, 90%, 80%) |
| CMYK | cmyk(37%, 6%, 0%, 2%) |
| LAB | lab(88.7 -20.0 -14.8) |
| LCH | lch(88.7 24.8 216.4) |
| OKLCH | oklch(0.895 0.078 211.1) |
Copy-ready code
/* CSS */
color: #9eebfa;
background-color: #9eebfa;
/* Tailwind (arbitrary) */
class="text-[#9eebfa] bg-[#9eebfa]"
/* SCSS */
$brand: #9eebfa;
/* SwiftUI */
Color(red: 0.620, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#9eebfa")Accessibility — WCAG contrast
Aa
#9eebfa on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eebfa on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green92.2%
Blue98.0%
CMYK percentages
Cyan36.8%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#9eebfa text on a black background
contrast 15.72:1
Card sample
#9eebfa text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eebfa;
Background color
Panel with #9eebfa background
background-color: #9eebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eebfa; background: linear-gradient(135deg, #9eebfa, #9EAEFA);