#8aa535
a dark, vivid green · cool · closest name: olivedrab
RGB
138, 165, 53
HSL
75°, 51%, 43%
CMYK
16, 0, 68, 35
Luminance
0.3257
Every format
| HEX | #8aa535 |
| RGB | rgb(138, 165, 53) |
| HSL | hsl(75, 51%, 43%) |
| CMYK | cmyk(16%, 0%, 68%, 35%) |
| LAB | lab(63.8 -25.5 52.6) |
| LCH | lch(63.8 58.4 115.8) |
| OKLCH | oklch(0.679 0.140 121.9) |
Copy-ready code
/* CSS */
color: #8aa535;
background-color: #8aa535;
/* Tailwind (arbitrary) */
class="text-[#8aa535] bg-[#8aa535]"
/* SCSS */
$brand: #8aa535;
/* SwiftUI */
Color(red: 0.541, green: 0.647, blue: 0.208)
/* Android */
Color.parseColor("#8aa535")Accessibility — WCAG contrast
Aa
#8aa535 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aa535 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green64.7%
Blue20.8%
CMYK percentages
Cyan16.4%
Magenta0.0%
Yellow67.9%
Key (black)35.3%
Color previews
#8aa535 text on a black background
contrast 7.51:1
Card sample
#8aa535 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aa535;
Background color
Panel with #8aa535 background
background-color: #8aa535;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aa535;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 165, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 165, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aa535; background: linear-gradient(135deg, #8aa535, #3FA535);