#6aa521
a dark, vivid green · cool · closest name: olivedrab
RGB
106, 165, 33
HSL
87°, 67%, 39%
CMYK
36, 0, 80, 35
Luminance
0.3008
Every format
| HEX | #6aa521 |
| RGB | rgb(106, 165, 33) |
| HSL | hsl(87, 67%, 39%) |
| CMYK | cmyk(36%, 0%, 80%, 35%) |
| LAB | lab(61.7 -39.3 57.0) |
| LCH | lch(61.7 69.2 124.5) |
| OKLCH | oklch(0.657 0.168 131.5) |
Copy-ready code
/* CSS */
color: #6aa521;
background-color: #6aa521;
/* Tailwind (arbitrary) */
class="text-[#6aa521] bg-[#6aa521]"
/* SCSS */
$brand: #6aa521;
/* SwiftUI */
Color(red: 0.416, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#6aa521")Accessibility — WCAG contrast
Aa
#6aa521 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aa521 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green64.7%
Blue12.9%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow80.0%
Key (black)35.3%
Color previews
#6aa521 text on a black background
contrast 7.02:1
Card sample
#6aa521 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aa521;
Background color
Panel with #6aa521 background
background-color: #6aa521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aa521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aa521; background: linear-gradient(135deg, #6aa521, #21A530);