#6ba621
a dark, vivid green · cool · closest name: olivedrab
RGB
107, 166, 33
HSL
87°, 67%, 39%
CMYK
36, 0, 80, 35
Luminance
0.3051
Every format
| HEX | #6ba621 |
| RGB | rgb(107, 166, 33) |
| HSL | hsl(87, 67%, 39%) |
| CMYK | cmyk(36%, 0%, 80%, 35%) |
| LAB | lab(62.1 -39.3 57.4) |
| LCH | lch(62.1 69.6 124.4) |
| OKLCH | oklch(0.660 0.169 131.4) |
Copy-ready code
/* CSS */
color: #6ba621;
background-color: #6ba621;
/* Tailwind (arbitrary) */
class="text-[#6ba621] bg-[#6ba621]"
/* SCSS */
$brand: #6ba621;
/* SwiftUI */
Color(red: 0.420, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#6ba621")Accessibility — WCAG contrast
Aa
#6ba621 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ba621 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green65.1%
Blue12.9%
CMYK percentages
Cyan35.5%
Magenta0.0%
Yellow80.1%
Key (black)34.9%
Color previews
#6ba621 text on a black background
contrast 7.10:1
Card sample
#6ba621 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ba621;
Background color
Panel with #6ba621 background
background-color: #6ba621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ba621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ba621; background: linear-gradient(135deg, #6ba621, #21A630);