#9fdbc7
a light, vivid cyan · cool · closest name: turquoise
RGB
159, 219, 199
HSL
160°, 46%, 74%
CMYK
27, 0, 9, 14
Luminance
0.6216
Every format
| HEX | #9fdbc7 |
| RGB | rgb(159, 219, 199) |
| HSL | hsl(160, 46%, 74%) |
| CMYK | cmyk(27%, 0%, 9%, 14%) |
| LAB | lab(83.0 -23.3 3.7) |
| LCH | lch(83.0 23.5 171.0) |
| OKLCH | oklch(0.845 0.068 172.0) |
Copy-ready code
/* CSS */
color: #9fdbc7;
background-color: #9fdbc7;
/* Tailwind (arbitrary) */
class="text-[#9fdbc7] bg-[#9fdbc7]"
/* SCSS */
$brand: #9fdbc7;
/* SwiftUI */
Color(red: 0.624, green: 0.859, blue: 0.780)
/* Android */
Color.parseColor("#9fdbc7")Accessibility — WCAG contrast
Aa
#9fdbc7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdbc7 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.9%
Blue78.0%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow9.1%
Key (black)14.1%
Color previews
#9fdbc7 text on a black background
contrast 13.43:1
Card sample
#9fdbc7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdbc7;
Background color
Panel with #9fdbc7 background
background-color: #9fdbc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdbc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 219, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 219, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdbc7; background: linear-gradient(135deg, #9fdbc7, #9FC7DB);