#9bda2c
a balanced, vivid green · cool · closest name: yellow
RGB
155, 218, 44
HSL
82°, 70%, 51%
CMYK
29, 0, 80, 15
Luminance
0.5729
Every format
| HEX | #9bda2c |
| RGB | rgb(155, 218, 44) |
| HSL | hsl(82, 70%, 51%) |
| CMYK | cmyk(29%, 0%, 80%, 15%) |
| LAB | lab(80.3 -43.6 71.9) |
| LCH | lch(80.3 84.1 121.2) |
| OKLCH | oklch(0.816 0.201 128.5) |
Copy-ready code
/* CSS */
color: #9bda2c;
background-color: #9bda2c;
/* Tailwind (arbitrary) */
class="text-[#9bda2c] bg-[#9bda2c]"
/* SCSS */
$brand: #9bda2c;
/* SwiftUI */
Color(red: 0.608, green: 0.855, blue: 0.173)
/* Android */
Color.parseColor("#9bda2c")Accessibility — WCAG contrast
Aa
#9bda2c on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bda2c on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green85.5%
Blue17.3%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow79.8%
Key (black)14.5%
Color previews
#9bda2c text on a black background
contrast 12.46:1
Card sample
#9bda2c text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bda2c;
Background color
Panel with #9bda2c background
background-color: #9bda2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bda2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 218, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 218, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bda2c; background: linear-gradient(135deg, #9bda2c, #2CDA31);