#9fdccf
a light, vivid cyan · cool · closest name: turquoise
RGB
159, 220, 207
HSL
167°, 47%, 74%
CMYK
28, 0, 6, 14
Luminance
0.6306
Every format
| HEX | #9fdccf |
| RGB | rgb(159, 220, 207) |
| HSL | hsl(167, 47%, 74%) |
| CMYK | cmyk(28%, 0%, 6%, 14%) |
| LAB | lab(83.5 -22.1 0.1) |
| LCH | lch(83.5 22.1 179.6) |
| OKLCH | oklch(0.849 0.065 180.0) |
Copy-ready code
/* CSS */
color: #9fdccf;
background-color: #9fdccf;
/* Tailwind (arbitrary) */
class="text-[#9fdccf] bg-[#9fdccf]"
/* SCSS */
$brand: #9fdccf;
/* SwiftUI */
Color(red: 0.624, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#9fdccf")Accessibility — WCAG contrast
Aa
#9fdccf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdccf on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green86.3%
Blue81.2%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#9fdccf text on a black background
contrast 13.61:1
Card sample
#9fdccf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdccf;
Background color
Panel with #9fdccf background
background-color: #9fdccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdccf; background: linear-gradient(135deg, #9fdccf, #9FC0DC);