#a2bb99
a light, soft green · cool · closest name: silver
RGB
162, 187, 153
HSL
104°, 20%, 67%
CMYK
13, 0, 18, 27
Luminance
0.4552
Every format
| HEX | #a2bb99 |
| RGB | rgb(162, 187, 153) |
| HSL | hsl(104, 20%, 67%) |
| CMYK | cmyk(13%, 0%, 18%, 27%) |
| LAB | lab(73.2 -14.9 14.4) |
| LCH | lch(73.2 20.8 136.0) |
| OKLCH | oklch(0.764 0.055 137.4) |
Copy-ready code
/* CSS */
color: #a2bb99;
background-color: #a2bb99;
/* Tailwind (arbitrary) */
class="text-[#a2bb99] bg-[#a2bb99]"
/* SCSS */
$brand: #a2bb99;
/* SwiftUI */
Color(red: 0.635, green: 0.733, blue: 0.600)
/* Android */
Color.parseColor("#a2bb99")Accessibility — WCAG contrast
Aa
#a2bb99 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2bb99 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green73.3%
Blue60.0%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow18.2%
Key (black)26.7%
Color previews
#a2bb99 text on a black background
contrast 10.10:1
Card sample
#a2bb99 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2bb99;
Background color
Panel with #a2bb99 background
background-color: #a2bb99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2bb99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 187, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 187, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2bb99; background: linear-gradient(135deg, #a2bb99, #99BBA7);