#a2cf28
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 207, 40
HSL
76°, 68%, 48%
CMYK
22, 0, 81, 19
Luminance
0.5246
Every format
| HEX | #a2cf28 |
| RGB | rgb(162, 207, 40) |
| HSL | hsl(76, 68%, 48%) |
| CMYK | cmyk(22%, 0%, 81%, 19%) |
| LAB | lab(77.5 -36.2 70.6) |
| LCH | lch(77.5 79.4 117.2) |
| OKLCH | oklch(0.794 0.187 124.5) |
Copy-ready code
/* CSS */
color: #a2cf28;
background-color: #a2cf28;
/* Tailwind (arbitrary) */
class="text-[#a2cf28] bg-[#a2cf28]"
/* SCSS */
$brand: #a2cf28;
/* SwiftUI */
Color(red: 0.635, green: 0.812, blue: 0.157)
/* Android */
Color.parseColor("#a2cf28")Accessibility — WCAG contrast
Aa
#a2cf28 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cf28 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.2%
Blue15.7%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow80.7%
Key (black)18.8%
Color previews
#a2cf28 text on a black background
contrast 11.49:1
Card sample
#a2cf28 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cf28;
Background color
Panel with #a2cf28 background
background-color: #a2cf28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cf28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 207, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 207, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cf28; background: linear-gradient(135deg, #a2cf28, #33CF28);