#9eedeb
a light, vivid cyan · cool · closest name: skyblue
RGB
158, 237, 235
HSL
179°, 69%, 78%
CMYK
33, 0, 1, 7
Luminance
0.7384
Every format
| HEX | #9eedeb |
| RGB | rgb(158, 237, 235) |
| HSL | hsl(179, 69%, 78%) |
| CMYK | cmyk(33%, 0%, 1%, 7%) |
| LAB | lab(88.8 -24.5 -6.7) |
| LCH | lch(88.8 25.4 195.4) |
| OKLCH | oklch(0.895 0.077 193.8) |
Copy-ready code
/* CSS */
color: #9eedeb;
background-color: #9eedeb;
/* Tailwind (arbitrary) */
class="text-[#9eedeb] bg-[#9eedeb]"
/* SCSS */
$brand: #9eedeb;
/* SwiftUI */
Color(red: 0.620, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#9eedeb")Accessibility — WCAG contrast
Aa
#9eedeb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eedeb on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green92.9%
Blue92.2%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#9eedeb text on a black background
contrast 15.77:1
Card sample
#9eedeb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eedeb;
Background color
Panel with #9eedeb background
background-color: #9eedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eedeb; background: linear-gradient(135deg, #9eedeb, #9EBAED);