#a2cf72
a balanced, vivid green · cool · closest name: khaki
RGB
162, 207, 114
HSL
89°, 49%, 63%
CMYK
22, 0, 45, 19
Luminance
0.5352
Every format
| HEX | #a2cf72 |
| RGB | rgb(162, 207, 114) |
| HSL | hsl(89, 49%, 63%) |
| CMYK | cmyk(22%, 0%, 45%, 19%) |
| LAB | lab(78.2 -30.5 41.4) |
| LCH | lch(78.2 51.4 126.4) |
| OKLCH | oklch(0.801 0.131 130.0) |
Copy-ready code
/* CSS */
color: #a2cf72;
background-color: #a2cf72;
/* Tailwind (arbitrary) */
class="text-[#a2cf72] bg-[#a2cf72]"
/* SCSS */
$brand: #a2cf72;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 0.447)
/* Android */
Color.parseColor("#a2cf72")Accessibility — WCAG contrast
Aa
#a2cf72 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cf72 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.2%
Blue44.7%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow44.9%
Key (black)18.8%
Color previews
#a2cf72 text on a black background
contrast 11.70:1
Card sample
#a2cf72 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cf72;
Background color
Panel with #a2cf72 background
background-color: #a2cf72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cf72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 207, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cf72; background: linear-gradient(135deg, #a2cf72, #72CF80);