#9fdfce
a light, vivid cyan · cool · closest name: turquoise
RGB
159, 223, 206
HSL
164°, 50%, 75%
CMYK
29, 0, 8, 13
Luminance
0.6460
Every format
| HEX | #9fdfce |
| RGB | rgb(159, 223, 206) |
| HSL | hsl(164, 50%, 75%) |
| CMYK | cmyk(29%, 0%, 8%, 13%) |
| LAB | lab(84.3 -23.8 1.8) |
| LCH | lch(84.3 23.8 175.6) |
| OKLCH | oklch(0.856 0.069 176.3) |
Copy-ready code
/* CSS */
color: #9fdfce;
background-color: #9fdfce;
/* Tailwind (arbitrary) */
class="text-[#9fdfce] bg-[#9fdfce]"
/* SCSS */
$brand: #9fdfce;
/* SwiftUI */
Color(red: 0.624, green: 0.875, blue: 0.808)
/* Android */
Color.parseColor("#9fdfce")Accessibility — WCAG contrast
Aa
#9fdfce on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdfce on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green87.5%
Blue80.8%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow7.6%
Key (black)12.5%
Color previews
#9fdfce text on a black background
contrast 13.92:1
Card sample
#9fdfce text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdfce;
Background color
Panel with #9fdfce background
background-color: #9fdfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 223, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 223, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdfce; background: linear-gradient(135deg, #9fdfce, #9FC5DF);