#9ee2df
a light, vivid cyan · cool · closest name: skyblue
RGB
158, 226, 223
HSL
177°, 54%, 75%
CMYK
30, 0, 1, 11
Luminance
0.6699
Every format
| HEX | #9ee2df |
| RGB | rgb(158, 226, 223) |
| HSL | hsl(177, 54%, 75%) |
| CMYK | cmyk(30%, 0%, 1%, 11%) |
| LAB | lab(85.5 -21.8 -5.4) |
| LCH | lch(85.5 22.5 193.8) |
| OKLCH | oklch(0.867 0.068 192.5) |
Copy-ready code
/* CSS */
color: #9ee2df;
background-color: #9ee2df;
/* Tailwind (arbitrary) */
class="text-[#9ee2df] bg-[#9ee2df]"
/* SCSS */
$brand: #9ee2df;
/* SwiftUI */
Color(red: 0.620, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#9ee2df")Accessibility — WCAG contrast
Aa
#9ee2df on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ee2df on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green88.6%
Blue87.5%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#9ee2df text on a black background
contrast 14.40:1
Card sample
#9ee2df text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ee2df;
Background color
Panel with #9ee2df background
background-color: #9ee2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ee2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ee2df; background: linear-gradient(135deg, #9ee2df, #9EB8E2);