#9baf39
a balanced, vivid green · cool · closest name: olivedrab
RGB
155, 175, 57
HSL
70°, 51%, 46%
CMYK
11, 0, 67, 31
Luminance
0.3792
Every format
| HEX | #9baf39 |
| RGB | rgb(155, 175, 57) |
| HSL | hsl(70, 51%, 46%) |
| CMYK | cmyk(11%, 0%, 67%, 31%) |
| LAB | lab(68.0 -23.1 55.6) |
| LCH | lch(68.0 60.2 112.5) |
| OKLCH | oklch(0.716 0.143 118.5) |
Copy-ready code
/* CSS */
color: #9baf39;
background-color: #9baf39;
/* Tailwind (arbitrary) */
class="text-[#9baf39] bg-[#9baf39]"
/* SCSS */
$brand: #9baf39;
/* SwiftUI */
Color(red: 0.608, green: 0.686, blue: 0.224)
/* Android */
Color.parseColor("#9baf39")Accessibility — WCAG contrast
Aa
#9baf39 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baf39 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.6%
Blue22.4%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow67.4%
Key (black)31.4%
Color previews
#9baf39 text on a black background
contrast 8.58:1
Card sample
#9baf39 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baf39;
Background color
Panel with #9baf39 background
background-color: #9baf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 175, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 175, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baf39; background: linear-gradient(135deg, #9baf39, #4CAF39);