#a2c255
a balanced, vivid green · cool · closest name: olivedrab
RGB
162, 194, 85
HSL
78°, 47%, 55%
CMYK
17, 0, 56, 24
Luminance
0.4692
Every format
| HEX | #a2c255 |
| RGB | rgb(162, 194, 85) |
| HSL | hsl(78, 47%, 55%) |
| CMYK | cmyk(17%, 0%, 56%, 24%) |
| LAB | lab(74.1 -27.3 50.4) |
| LCH | lch(74.1 57.3 118.5) |
| OKLCH | oklch(0.768 0.141 123.4) |
Copy-ready code
/* CSS */
color: #a2c255;
background-color: #a2c255;
/* Tailwind (arbitrary) */
class="text-[#a2c255] bg-[#a2c255]"
/* SCSS */
$brand: #a2c255;
/* SwiftUI */
Color(red: 0.635, green: 0.761, blue: 0.333)
/* Android */
Color.parseColor("#a2c255")Accessibility — WCAG contrast
Aa
#a2c255 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2c255 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green76.1%
Blue33.3%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow56.2%
Key (black)23.9%
Color previews
#a2c255 text on a black background
contrast 10.38:1
Card sample
#a2c255 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2c255;
Background color
Panel with #a2c255 background
background-color: #a2c255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2c255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 194, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 194, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2c255; background: linear-gradient(135deg, #a2c255, #59C255);