#9fbaad
a light, soft green · cool · closest name: silver
RGB
159, 186, 173
HSL
151°, 16%, 68%
CMYK
15, 0, 7, 27
Luminance
0.4551
Every format
| HEX | #9fbaad |
| RGB | rgb(159, 186, 173) |
| HSL | hsl(151, 16%, 68%) |
| CMYK | cmyk(15%, 0%, 7%, 27%) |
| LAB | lab(73.2 -11.8 3.5) |
| LCH | lch(73.2 12.3 163.4) |
| OKLCH | oklch(0.765 0.035 164.8) |
Copy-ready code
/* CSS */
color: #9fbaad;
background-color: #9fbaad;
/* Tailwind (arbitrary) */
class="text-[#9fbaad] bg-[#9fbaad]"
/* SCSS */
$brand: #9fbaad;
/* SwiftUI */
Color(red: 0.624, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#9fbaad")Accessibility — WCAG contrast
Aa
#9fbaad on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fbaad on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green72.9%
Blue67.8%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow7.0%
Key (black)27.1%
Color previews
#9fbaad text on a black background
contrast 10.10:1
Card sample
#9fbaad text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fbaad;
Background color
Panel with #9fbaad background
background-color: #9fbaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fbaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fbaad; background: linear-gradient(135deg, #9fbaad, #9FB5BA);