#9fcdaf
a light, soft green · cool · closest name: silver
RGB
159, 205, 175
HSL
141°, 32%, 71%
CMYK
22, 0, 15, 20
Luminance
0.5413
Every format
| HEX | #9fcdaf |
| RGB | rgb(159, 205, 175) |
| HSL | hsl(141, 32%, 71%) |
| CMYK | cmyk(22%, 0%, 15%, 20%) |
| LAB | lab(78.5 -21.1 10.1) |
| LCH | lch(78.5 23.4 154.5) |
| OKLCH | oklch(0.807 0.064 156.1) |
Copy-ready code
/* CSS */
color: #9fcdaf;
background-color: #9fcdaf;
/* Tailwind (arbitrary) */
class="text-[#9fcdaf] bg-[#9fcdaf]"
/* SCSS */
$brand: #9fcdaf;
/* SwiftUI */
Color(red: 0.624, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#9fcdaf")Accessibility — WCAG contrast
Aa
#9fcdaf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fcdaf on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.4%
Blue68.6%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#9fcdaf text on a black background
contrast 11.83:1
Card sample
#9fcdaf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fcdaf;
Background color
Panel with #9fcdaf background
background-color: #9fcdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fcdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fcdaf; background: linear-gradient(135deg, #9fcdaf, #9FCCCD);