#9eeddf
a light, vivid cyan · cool · closest name: turquoise
RGB
158, 237, 223
HSL
169°, 69%, 78%
CMYK
33, 0, 6, 7
Luminance
0.7317
Every format
| HEX | #9eeddf |
| RGB | rgb(158, 237, 223) |
| HSL | hsl(169, 69%, 78%) |
| CMYK | cmyk(33%, 0%, 6%, 7%) |
| LAB | lab(88.5 -27.2 -0.9) |
| LCH | lch(88.5 27.2 181.9) |
| OKLCH | oklch(0.891 0.080 182.1) |
Copy-ready code
/* CSS */
color: #9eeddf;
background-color: #9eeddf;
/* Tailwind (arbitrary) */
class="text-[#9eeddf] bg-[#9eeddf]"
/* SCSS */
$brand: #9eeddf;
/* SwiftUI */
Color(red: 0.620, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#9eeddf")Accessibility — WCAG contrast
Aa
#9eeddf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eeddf on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green92.9%
Blue87.5%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#9eeddf text on a black background
contrast 15.63:1
Card sample
#9eeddf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eeddf;
Background color
Panel with #9eeddf background
background-color: #9eeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eeddf; background: linear-gradient(135deg, #9eeddf, #9EC6ED);