#9fd9cf
a light, soft cyan · cool · closest name: silver
RGB
159, 217, 207
HSL
170°, 43%, 74%
CMYK
27, 0, 5, 15
Luminance
0.6150
Every format
| HEX | #9fd9cf |
| RGB | rgb(159, 217, 207) |
| HSL | hsl(170, 43%, 74%) |
| CMYK | cmyk(27%, 0%, 5%, 15%) |
| LAB | lab(82.7 -20.6 -1.1) |
| LCH | lch(82.7 20.6 183.0) |
| OKLCH | oklch(0.843 0.061 183.0) |
Copy-ready code
/* CSS */
color: #9fd9cf;
background-color: #9fd9cf;
/* Tailwind (arbitrary) */
class="text-[#9fd9cf] bg-[#9fd9cf]"
/* SCSS */
$brand: #9fd9cf;
/* SwiftUI */
Color(red: 0.624, green: 0.851, blue: 0.812)
/* Android */
Color.parseColor("#9fd9cf")Accessibility — WCAG contrast
Aa
#9fd9cf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd9cf on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.1%
Blue81.2%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow4.6%
Key (black)14.9%
Color previews
#9fd9cf text on a black background
contrast 13.30:1
Card sample
#9fd9cf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd9cf;
Background color
Panel with #9fd9cf background
background-color: #9fd9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 217, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 217, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd9cf; background: linear-gradient(135deg, #9fd9cf, #9FBCD9);