#a9bd5a
a balanced, soft green · cool · closest name: olivedrab
RGB
169, 189, 90
HSL
72°, 43%, 55%
CMYK
11, 0, 52, 26
Luminance
0.4557
Every format
| HEX | #a9bd5a |
| RGB | rgb(169, 189, 90) |
| HSL | hsl(72, 43%, 55%) |
| CMYK | cmyk(11%, 0%, 52%, 26%) |
| LAB | lab(73.3 -21.6 47.2) |
| LCH | lch(73.3 51.9 114.6) |
| OKLCH | oklch(0.762 0.127 119.0) |
Copy-ready code
/* CSS */
color: #a9bd5a;
background-color: #a9bd5a;
/* Tailwind (arbitrary) */
class="text-[#a9bd5a] bg-[#a9bd5a]"
/* SCSS */
$brand: #a9bd5a;
/* SwiftUI */
Color(red: 0.663, green: 0.741, blue: 0.353)
/* Android */
Color.parseColor("#a9bd5a")Accessibility — WCAG contrast
Aa
#a9bd5a on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9bd5a on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green74.1%
Blue35.3%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow52.4%
Key (black)25.9%
Color previews
#a9bd5a text on a black background
contrast 10.11:1
Card sample
#a9bd5a text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9bd5a;
Background color
Panel with #a9bd5a background
background-color: #a9bd5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9bd5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 189, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 189, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9bd5a; background: linear-gradient(135deg, #a9bd5a, #67BD5A);