#a2cb39
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 203, 57
HSL
77°, 58%, 51%
CMYK
20, 0, 72, 20
Luminance
0.5069
Every format
| HEX | #a2cb39 |
| RGB | rgb(162, 203, 57) |
| HSL | hsl(77, 58%, 51%) |
| CMYK | cmyk(20%, 0%, 72%, 20%) |
| LAB | lab(76.5 -33.6 64.4) |
| LCH | lch(76.5 72.6 117.6) |
| OKLCH | oklch(0.786 0.174 124.2) |
Copy-ready code
/* CSS */
color: #a2cb39;
background-color: #a2cb39;
/* Tailwind (arbitrary) */
class="text-[#a2cb39] bg-[#a2cb39]"
/* SCSS */
$brand: #a2cb39;
/* SwiftUI */
Color(red: 0.635, green: 0.796, blue: 0.224)
/* Android */
Color.parseColor("#a2cb39")Accessibility — WCAG contrast
Aa
#a2cb39 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cb39 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green79.6%
Blue22.4%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow71.9%
Key (black)20.4%
Color previews
#a2cb39 text on a black background
contrast 11.14:1
Card sample
#a2cb39 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cb39;
Background color
Panel with #a2cb39 background
background-color: #a2cb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 203, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 203, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cb39; background: linear-gradient(135deg, #a2cb39, #41CB39);