#a2db5c
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 219, 92
HSL
87°, 64%, 61%
CMYK
26, 0, 58, 14
Luminance
0.5912
Every format
| HEX | #a2db5c |
| RGB | rgb(162, 219, 92) |
| HSL | hsl(87, 64%, 61%) |
| CMYK | cmyk(26%, 0%, 58%, 14%) |
| LAB | lab(81.4 -38.3 55.5) |
| LCH | lch(81.4 67.4 124.6) |
| OKLCH | oklch(0.826 0.168 129.7) |
Copy-ready code
/* CSS */
color: #a2db5c;
background-color: #a2db5c;
/* Tailwind (arbitrary) */
class="text-[#a2db5c] bg-[#a2db5c]"
/* SCSS */
$brand: #a2db5c;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.361)
/* Android */
Color.parseColor("#a2db5c")Accessibility — WCAG contrast
Aa
#a2db5c on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2db5c on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.9%
Blue36.1%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow58.0%
Key (black)14.1%
Color previews
#a2db5c text on a black background
contrast 12.82:1
Card sample
#a2db5c text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2db5c;
Background color
Panel with #a2db5c background
background-color: #a2db5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2db5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 219, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 219, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2db5c; background: linear-gradient(135deg, #a2db5c, #5CDB6B);