#9bac2c
a dark, vivid yellow · cool · closest name: olivedrab
RGB
155, 172, 44
HSL
68°, 59%, 42%
CMYK
10, 0, 74, 33
Luminance
0.3666
Every format
| HEX | #9bac2c |
| RGB | rgb(155, 172, 44) |
| HSL | hsl(68, 59%, 42%) |
| CMYK | cmyk(10%, 0%, 74%, 33%) |
| LAB | lab(67.0 -22.3 59.6) |
| LCH | lch(67.0 63.6 110.5) |
| OKLCH | oklch(0.708 0.148 117.0) |
Copy-ready code
/* CSS */
color: #9bac2c;
background-color: #9bac2c;
/* Tailwind (arbitrary) */
class="text-[#9bac2c] bg-[#9bac2c]"
/* SCSS */
$brand: #9bac2c;
/* SwiftUI */
Color(red: 0.608, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#9bac2c")Accessibility — WCAG contrast
Aa
#9bac2c on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bac2c on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green67.5%
Blue17.3%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow74.4%
Key (black)32.5%
Color previews
#9bac2c text on a black background
contrast 8.33:1
Card sample
#9bac2c text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bac2c;
Background color
Panel with #9bac2c background
background-color: #9bac2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bac2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 172, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 172, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bac2c; background: linear-gradient(135deg, #9bac2c, #46AC2C);