#9bac7b
a balanced, soft green · cool · closest name: tan
RGB
155, 172, 123
HSL
81°, 23%, 58%
CMYK
10, 0, 29, 33
Luminance
0.3790
Every format
| HEX | #9bac7b |
| RGB | rgb(155, 172, 123) |
| HSL | hsl(81, 23%, 58%) |
| CMYK | cmyk(10%, 0%, 29%, 33%) |
| LAB | lab(68.0 -14.6 23.3) |
| LCH | lch(68.0 27.5 122.0) |
| OKLCH | oklch(0.719 0.070 123.7) |
Copy-ready code
/* CSS */
color: #9bac7b;
background-color: #9bac7b;
/* Tailwind (arbitrary) */
class="text-[#9bac7b] bg-[#9bac7b]"
/* SCSS */
$brand: #9bac7b;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.482)
/* Android */
Color.parseColor("#9bac7b")Accessibility — WCAG contrast
Aa
#9bac7b on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bac7b on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue48.2%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow28.5%
Key (black)32.5%
Color previews
#9bac7b text on a black background
contrast 8.58:1
Card sample
#9bac7b text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bac7b;
Background color
Panel with #9bac7b background
background-color: #9bac7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bac7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bac7b; background: linear-gradient(135deg, #9bac7b, #7BAC7C);