#9baf73
a balanced, soft green · cool · closest name: tan
RGB
155, 175, 115
HSL
80°, 27%, 57%
CMYK
11, 0, 34, 31
Luminance
0.3887
Every format
| HEX | #9baf73 |
| RGB | rgb(155, 175, 115) |
| HSL | hsl(80, 27%, 57%) |
| CMYK | cmyk(11%, 0%, 34%, 31%) |
| LAB | lab(68.7 -17.3 28.5) |
| LCH | lch(68.7 33.3 121.2) |
| OKLCH | oklch(0.724 0.085 123.5) |
Copy-ready code
/* CSS */
color: #9baf73;
background-color: #9baf73;
/* Tailwind (arbitrary) */
class="text-[#9baf73] bg-[#9baf73]"
/* SCSS */
$brand: #9baf73;
/* SwiftUI */
Color(red: 0.608, green: 0.686, blue: 0.451)
/* Android */
Color.parseColor("#9baf73")Accessibility — WCAG contrast
Aa
#9baf73 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baf73 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.6%
Blue45.1%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow34.3%
Key (black)31.4%
Color previews
#9baf73 text on a black background
contrast 8.77:1
Card sample
#9baf73 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baf73;
Background color
Panel with #9baf73 background
background-color: #9baf73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baf73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 175, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 175, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baf73; background: linear-gradient(135deg, #9baf73, #73AF73);