#a2cf76
a balanced, vivid green · cool · closest name: khaki
RGB
162, 207, 118
HSL
90°, 48%, 64%
CMYK
22, 0, 43, 19
Luminance
0.5362
Every format
| HEX | #a2cf76 |
| RGB | rgb(162, 207, 118) |
| HSL | hsl(90, 48%, 64%) |
| CMYK | cmyk(22%, 0%, 43%, 19%) |
| LAB | lab(78.2 -30.0 39.4) |
| LCH | lch(78.2 49.5 127.3) |
| OKLCH | oklch(0.802 0.127 130.7) |
Copy-ready code
/* CSS */
color: #a2cf76;
background-color: #a2cf76;
/* Tailwind (arbitrary) */
class="text-[#a2cf76] bg-[#a2cf76]"
/* SCSS */
$brand: #a2cf76;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 0.463)
/* Android */
Color.parseColor("#a2cf76")Accessibility — WCAG contrast
Aa
#a2cf76 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cf76 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.2%
Blue46.3%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow43.0%
Key (black)18.8%
Color previews
#a2cf76 text on a black background
contrast 11.72:1
Card sample
#a2cf76 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cf76;
Background color
Panel with #a2cf76 background
background-color: #a2cf76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cf76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 207, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cf76; background: linear-gradient(135deg, #a2cf76, #76CF85);