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