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