#9fd8cf
a light, soft cyan · cool · closest name: silver
RGB
159, 216, 207
HSL
171°, 42%, 74%
CMYK
26, 0, 4, 15
Luminance
0.6099
Every format
| HEX | #9fd8cf |
| RGB | rgb(159, 216, 207) |
| HSL | hsl(171, 42%, 74%) |
| CMYK | cmyk(26%, 0%, 4%, 15%) |
| LAB | lab(82.4 -20.1 -1.5) |
| LCH | lch(82.4 20.1 184.2) |
| OKLCH | oklch(0.841 0.060 184.1) |
Copy-ready code
/* CSS */
color: #9fd8cf;
background-color: #9fd8cf;
/* Tailwind (arbitrary) */
class="text-[#9fd8cf] bg-[#9fd8cf]"
/* SCSS */
$brand: #9fd8cf;
/* SwiftUI */
Color(red: 0.624, green: 0.847, blue: 0.812)
/* Android */
Color.parseColor("#9fd8cf")Accessibility — WCAG contrast
Aa
#9fd8cf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fd8cf on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green84.7%
Blue81.2%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow4.2%
Key (black)15.3%
Color previews
#9fd8cf text on a black background
contrast 13.20:1
Card sample
#9fd8cf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fd8cf;
Background color
Panel with #9fd8cf background
background-color: #9fd8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fd8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 216, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 216, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fd8cf; background: linear-gradient(135deg, #9fd8cf, #9FBBD8);