#9eceee
a light, vivid blue · cool · closest name: skyblue
RGB
158, 206, 238
HSL
204°, 70%, 78%
CMYK
34, 13, 0, 7
Luminance
0.5758
Every format
| HEX | #9eceee |
| RGB | rgb(158, 206, 238) |
| HSL | hsl(204, 70%, 78%) |
| CMYK | cmyk(34%, 13%, 0%, 7%) |
| LAB | lab(80.5 -8.1 -20.8) |
| LCH | lch(80.5 22.3 248.7) |
| OKLCH | oklch(0.829 0.068 237.8) |
Copy-ready code
/* CSS */
color: #9eceee;
background-color: #9eceee;
/* Tailwind (arbitrary) */
class="text-[#9eceee] bg-[#9eceee]"
/* SCSS */
$brand: #9eceee;
/* SwiftUI */
Color(red: 0.620, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#9eceee")Accessibility — WCAG contrast
Aa
#9eceee on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eceee on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green80.8%
Blue93.3%
CMYK percentages
Cyan33.6%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#9eceee text on a black background
contrast 12.52:1
Card sample
#9eceee text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eceee;
Background color
Panel with #9eceee background
background-color: #9eceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eceee; background: linear-gradient(135deg, #9eceee, #A39EEE);