#9baf2c
a dark, vivid yellow · cool · closest name: olivedrab
RGB
155, 175, 44
HSL
69°, 60%, 43%
CMYK
11, 0, 75, 31
Luminance
0.3781
Every format
| HEX | #9baf2c |
| RGB | rgb(155, 175, 44) |
| HSL | hsl(69, 60%, 43%) |
| CMYK | cmyk(11%, 0%, 75%, 31%) |
| LAB | lab(67.9 -23.8 60.4) |
| LCH | lch(67.9 64.9 111.5) |
| OKLCH | oklch(0.715 0.151 118.1) |
Copy-ready code
/* CSS */
color: #9baf2c;
background-color: #9baf2c;
/* Tailwind (arbitrary) */
class="text-[#9baf2c] bg-[#9baf2c]"
/* SCSS */
$brand: #9baf2c;
/* SwiftUI */
Color(red: 0.608, green: 0.686, blue: 0.173)
/* Android */
Color.parseColor("#9baf2c")Accessibility — WCAG contrast
Aa
#9baf2c on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9baf2c on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green68.6%
Blue17.3%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow74.9%
Key (black)31.4%
Color previews
#9baf2c text on a black background
contrast 8.56:1
Card sample
#9baf2c text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9baf2c;
Background color
Panel with #9baf2c background
background-color: #9baf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9baf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 175, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 175, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9baf2c; background: linear-gradient(135deg, #9baf2c, #44AF2C);