#9de9da
a light, vivid cyan · cool · closest name: turquoise
RGB
157, 233, 218
HSL
168°, 63%, 77%
CMYK
33, 0, 6, 9
Luminance
0.7051
Every format
| HEX | #9de9da |
| RGB | rgb(157, 233, 218) |
| HSL | hsl(168, 63%, 77%) |
| CMYK | cmyk(33%, 0%, 6%, 9%) |
| LAB | lab(87.2 -26.6 -0.2) |
| LCH | lch(87.2 26.6 180.4) |
| OKLCH | oklch(0.880 0.078 180.6) |
Copy-ready code
/* CSS */
color: #9de9da;
background-color: #9de9da;
/* Tailwind (arbitrary) */
class="text-[#9de9da] bg-[#9de9da]"
/* SCSS */
$brand: #9de9da;
/* SwiftUI */
Color(red: 0.616, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#9de9da")Accessibility — WCAG contrast
Aa
#9de9da on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9de9da on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green91.4%
Blue85.5%
CMYK percentages
Cyan32.6%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#9de9da text on a black background
contrast 15.10:1
Card sample
#9de9da text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9de9da;
Background color
Panel with #9de9da background
background-color: #9de9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9de9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9de9da; background: linear-gradient(135deg, #9de9da, #9DC5E9);