#a2db5f
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 219, 95
HSL
88°, 63%, 62%
CMYK
26, 0, 57, 14
Luminance
0.5917
Every format
| HEX | #a2db5f |
| RGB | rgb(162, 219, 95) |
| HSL | hsl(88, 63%, 62%) |
| CMYK | cmyk(26%, 0%, 57%, 14%) |
| LAB | lab(81.4 -38.0 54.2) |
| LCH | lch(81.4 66.2 125.1) |
| OKLCH | oklch(0.827 0.166 130.0) |
Copy-ready code
/* CSS */
color: #a2db5f;
background-color: #a2db5f;
/* Tailwind (arbitrary) */
class="text-[#a2db5f] bg-[#a2db5f]"
/* SCSS */
$brand: #a2db5f;
/* SwiftUI */
Color(red: 0.635, green: 0.859, blue: 0.373)
/* Android */
Color.parseColor("#a2db5f")Accessibility — WCAG contrast
Aa
#a2db5f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2db5f on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green85.9%
Blue37.3%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow56.6%
Key (black)14.1%
Color previews
#a2db5f text on a black background
contrast 12.83:1
Card sample
#a2db5f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2db5f;
Background color
Panel with #a2db5f background
background-color: #a2db5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2db5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 219, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 219, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2db5f; background: linear-gradient(135deg, #a2db5f, #5FDB6F);