#9fcbaf
a light, soft green · cool · closest name: silver
RGB
159, 203, 175
HSL
142°, 30%, 71%
CMYK
22, 0, 14, 20
Luminance
0.5318
Every format
| HEX | #9fcbaf |
| RGB | rgb(159, 203, 175) |
| HSL | hsl(142, 30%, 71%) |
| CMYK | cmyk(22%, 0%, 14%, 20%) |
| LAB | lab(78.0 -20.1 9.3) |
| LCH | lch(78.0 22.1 155.3) |
| OKLCH | oklch(0.803 0.061 156.8) |
Copy-ready code
/* CSS */
color: #9fcbaf;
background-color: #9fcbaf;
/* Tailwind (arbitrary) */
class="text-[#9fcbaf] bg-[#9fcbaf]"
/* SCSS */
$brand: #9fcbaf;
/* SwiftUI */
Color(red: 0.624, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#9fcbaf")Accessibility — WCAG contrast
Aa
#9fcbaf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcbaf on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green79.6%
Blue68.6%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#9fcbaf text on a black background
contrast 11.64:1
Card sample
#9fcbaf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcbaf;
Background color
Panel with #9fcbaf background
background-color: #9fcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcbaf; background: linear-gradient(135deg, #9fcbaf, #9FCACB);