#6aa721
a dark, vivid green · cool · closest name: olivedrab
RGB
106, 167, 33
HSL
87°, 67%, 39%
CMYK
37, 0, 80, 35
Luminance
0.3081
Every format
| HEX | #6aa721 |
| RGB | rgb(106, 167, 33) |
| HSL | hsl(87, 67%, 39%) |
| CMYK | cmyk(37%, 0%, 80%, 35%) |
| LAB | lab(62.4 -40.1 57.6) |
| LCH | lch(62.4 70.2 124.9) |
| OKLCH | oklch(0.662 0.171 131.8) |
Copy-ready code
/* CSS */
color: #6aa721;
background-color: #6aa721;
/* Tailwind (arbitrary) */
class="text-[#6aa721] bg-[#6aa721]"
/* SCSS */
$brand: #6aa721;
/* SwiftUI */
Color(red: 0.416, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#6aa721")Accessibility — WCAG contrast
Aa
#6aa721 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aa721 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green65.5%
Blue12.9%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#6aa721 text on a black background
contrast 7.16:1
Card sample
#6aa721 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aa721;
Background color
Panel with #6aa721 background
background-color: #6aa721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aa721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aa721; background: linear-gradient(135deg, #6aa721, #21A731);