#9bbc5f
a balanced, soft green · cool · closest name: olivedrab
RGB
155, 188, 95
HSL
81°, 41%, 56%
CMYK
18, 0, 50, 26
Luminance
0.4376
Every format
| HEX | #9bbc5f |
| RGB | rgb(155, 188, 95) |
| HSL | hsl(81, 41%, 56%) |
| CMYK | cmyk(18%, 0%, 50%, 26%) |
| LAB | lab(72.1 -26.2 43.1) |
| LCH | lch(72.1 50.4 121.3) |
| OKLCH | oklch(0.750 0.126 125.4) |
Copy-ready code
/* CSS */
color: #9bbc5f;
background-color: #9bbc5f;
/* Tailwind (arbitrary) */
class="text-[#9bbc5f] bg-[#9bbc5f]"
/* SCSS */
$brand: #9bbc5f;
/* SwiftUI */
Color(red: 0.608, green: 0.737, blue: 0.373)
/* Android */
Color.parseColor("#9bbc5f")Accessibility — WCAG contrast
Aa
#9bbc5f on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bbc5f on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green73.7%
Blue37.3%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow49.5%
Key (black)26.3%
Color previews
#9bbc5f text on a black background
contrast 9.75:1
Card sample
#9bbc5f text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bbc5f;
Background color
Panel with #9bbc5f background
background-color: #9bbc5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bbc5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 188, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 188, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bbc5f; background: linear-gradient(135deg, #9bbc5f, #5FBC61);