#6ba034
a dark, vivid green · cool · closest name: olivedrab
RGB
107, 160, 52
HSL
89°, 51%, 42%
CMYK
33, 0, 68, 37
Luminance
0.2852
Every format
| HEX | #6ba034 |
| RGB | rgb(107, 160, 52) |
| HSL | hsl(89, 51%, 42%) |
| CMYK | cmyk(33%, 0%, 68%, 37%) |
| LAB | lab(60.4 -35.5 48.8) |
| LCH | lch(60.4 60.3 126.0) |
| OKLCH | oklch(0.646 0.149 131.8) |
Copy-ready code
/* CSS */
color: #6ba034;
background-color: #6ba034;
/* Tailwind (arbitrary) */
class="text-[#6ba034] bg-[#6ba034]"
/* SCSS */
$brand: #6ba034;
/* SwiftUI */
Color(red: 0.420, green: 0.627, blue: 0.204)
/* Android */
Color.parseColor("#6ba034")Accessibility — WCAG contrast
Aa
#6ba034 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6ba034 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green62.7%
Blue20.4%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow67.5%
Key (black)37.3%
Color previews
#6ba034 text on a black background
contrast 6.70:1
Card sample
#6ba034 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ba034;
Background color
Panel with #6ba034 background
background-color: #6ba034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ba034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 160, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 160, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ba034; background: linear-gradient(135deg, #6ba034, #34A045);