#9ba855
a balanced, soft yellow · cool · closest name: olivedrab
RGB
155, 168, 85
HSL
69°, 33%, 50%
CMYK
8, 0, 49, 34
Luminance
0.3563
Every format
| HEX | #9ba855 |
| RGB | rgb(155, 168, 85) |
| HSL | hsl(69, 33%, 50%) |
| CMYK | cmyk(8%, 0%, 49%, 34%) |
| LAB | lab(66.2 -17.2 41.0) |
| LCH | lch(66.2 44.5 112.8) |
| OKLCH | oklch(0.703 0.109 116.6) |
Copy-ready code
/* CSS */
color: #9ba855;
background-color: #9ba855;
/* Tailwind (arbitrary) */
class="text-[#9ba855] bg-[#9ba855]"
/* SCSS */
$brand: #9ba855;
/* SwiftUI */
Color(red: 0.608, green: 0.659, blue: 0.333)
/* Android */
Color.parseColor("#9ba855")Accessibility — WCAG contrast
Aa
#9ba855 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ba855 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green65.9%
Blue33.3%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow49.4%
Key (black)34.1%
Color previews
#9ba855 text on a black background
contrast 8.13:1
Card sample
#9ba855 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ba855;
Background color
Panel with #9ba855 background
background-color: #9ba855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ba855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 168, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 168, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ba855; background: linear-gradient(135deg, #9ba855, #64A855);