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