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