#9fafa2
a light, muted green · cool · closest name: silver
RGB
159, 175, 162
HSL
131°, 9%, 66%
CMYK
9, 0, 7, 31
Luminance
0.4064
Every format
| HEX | #9fafa2 |
| RGB | rgb(159, 175, 162) |
| HSL | hsl(131, 9%, 66%) |
| CMYK | cmyk(9%, 0%, 7%, 31%) |
| LAB | lab(69.9 -8.1 4.8) |
| LCH | lch(69.9 9.4 149.6) |
| OKLCH | oklch(0.738 0.026 151.0) |
Copy-ready code
/* CSS */
color: #9fafa2;
background-color: #9fafa2;
/* Tailwind (arbitrary) */
class="text-[#9fafa2] bg-[#9fafa2]"
/* SCSS */
$brand: #9fafa2;
/* SwiftUI */
Color(red: 0.624, green: 0.686, blue: 0.635)
/* Android */
Color.parseColor("#9fafa2")Accessibility — WCAG contrast
Aa
#9fafa2 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fafa2 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green68.6%
Blue63.5%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow7.4%
Key (black)31.4%
Color previews
#9fafa2 text on a black background
contrast 9.13:1
Card sample
#9fafa2 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fafa2;
Background color
Panel with #9fafa2 background
background-color: #9fafa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fafa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 175, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 175, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fafa2; background: linear-gradient(135deg, #9fafa2, #9FAFAD);