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