#9bba5f
a balanced, soft green · cool · closest name: olivedrab
RGB
155, 186, 95
HSL
80°, 40%, 55%
CMYK
17, 0, 49, 27
Luminance
0.4291
Every format
| HEX | #9bba5f |
| RGB | rgb(155, 186, 95) |
| HSL | hsl(80, 40%, 55%) |
| CMYK | cmyk(17%, 0%, 49%, 27%) |
| LAB | lab(71.5 -25.2 42.4) |
| LCH | lch(71.5 49.3 120.7) |
| OKLCH | oklch(0.746 0.123 124.8) |
Copy-ready code
/* CSS */
color: #9bba5f;
background-color: #9bba5f;
/* Tailwind (arbitrary) */
class="text-[#9bba5f] bg-[#9bba5f]"
/* SCSS */
$brand: #9bba5f;
/* SwiftUI */
Color(red: 0.608, green: 0.729, blue: 0.373)
/* Android */
Color.parseColor("#9bba5f")Accessibility — WCAG contrast
Aa
#9bba5f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bba5f on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green72.9%
Blue37.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow48.9%
Key (black)27.1%
Color previews
#9bba5f text on a black background
contrast 9.58:1
Card sample
#9bba5f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bba5f;
Background color
Panel with #9bba5f background
background-color: #9bba5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bba5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 186, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 186, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bba5f; background: linear-gradient(135deg, #9bba5f, #5FBA60);