#9fbcaf
a light, soft green · cool · closest name: silver
RGB
159, 188, 175
HSL
153°, 18%, 68%
CMYK
15, 0, 7, 26
Luminance
0.4643
Every format
| HEX | #9fbcaf |
| RGB | rgb(159, 188, 175) |
| HSL | hsl(153, 18%, 68%) |
| CMYK | cmyk(15%, 0%, 7%, 26%) |
| LAB | lab(73.8 -12.4 3.3) |
| LCH | lch(73.8 12.9 165.2) |
| OKLCH | oklch(0.770 0.036 166.5) |
Copy-ready code
/* CSS */
color: #9fbcaf;
background-color: #9fbcaf;
/* Tailwind (arbitrary) */
class="text-[#9fbcaf] bg-[#9fbcaf]"
/* SCSS */
$brand: #9fbcaf;
/* SwiftUI */
Color(red: 0.624, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#9fbcaf")Accessibility — WCAG contrast
Aa
#9fbcaf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbcaf on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green73.7%
Blue68.6%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#9fbcaf text on a black background
contrast 10.29:1
Card sample
#9fbcaf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbcaf;
Background color
Panel with #9fbcaf background
background-color: #9fbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbcaf; background: linear-gradient(135deg, #9fbcaf, #9FB6BC);