#a2d063
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 208, 99
HSL
85°, 54%, 60%
CMYK
22, 0, 52, 18
Luminance
0.5369
Every format
| HEX | #a2d063 |
| RGB | rgb(162, 208, 99) |
| HSL | hsl(85, 54%, 60%) |
| CMYK | cmyk(22%, 0%, 52%, 18%) |
| LAB | lab(78.3 -32.6 48.7) |
| LCH | lch(78.3 58.6 123.8) |
| OKLCH | oklch(0.801 0.147 128.3) |
Copy-ready code
/* CSS */
color: #a2d063;
background-color: #a2d063;
/* Tailwind (arbitrary) */
class="text-[#a2d063] bg-[#a2d063]"
/* SCSS */
$brand: #a2d063;
/* SwiftUI */
Color(red: 0.635, green: 0.816, blue: 0.388)
/* Android */
Color.parseColor("#a2d063")Accessibility — WCAG contrast
Aa
#a2d063 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2d063 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green81.6%
Blue38.8%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow52.4%
Key (black)18.4%
Color previews
#a2d063 text on a black background
contrast 11.74:1
Card sample
#a2d063 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2d063;
Background color
Panel with #a2d063 background
background-color: #a2d063;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2d063;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 208, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 208, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2d063; background: linear-gradient(135deg, #a2d063, #63D06D);