#9fdecf
a light, vivid cyan · cool · closest name: turquoise
RGB
159, 222, 207
HSL
166°, 49%, 75%
CMYK
28, 0, 7, 13
Luminance
0.6412
Every format
| HEX | #9fdecf |
| RGB | rgb(159, 222, 207) |
| HSL | hsl(166, 49%, 75%) |
| CMYK | cmyk(28%, 0%, 7%, 13%) |
| LAB | lab(84.0 -23.1 0.9) |
| LCH | lch(84.0 23.1 177.7) |
| OKLCH | oklch(0.854 0.067 178.2) |
Copy-ready code
/* CSS */
color: #9fdecf;
background-color: #9fdecf;
/* Tailwind (arbitrary) */
class="text-[#9fdecf] bg-[#9fdecf]"
/* SCSS */
$brand: #9fdecf;
/* SwiftUI */
Color(red: 0.624, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#9fdecf")Accessibility — WCAG contrast
Aa
#9fdecf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdecf on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green87.1%
Blue81.2%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#9fdecf text on a black background
contrast 13.82:1
Card sample
#9fdecf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdecf;
Background color
Panel with #9fdecf background
background-color: #9fdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdecf; background: linear-gradient(135deg, #9fdecf, #9FC3DE);