#6ba02a
a dark, vivid green · cool · closest name: olivedrab
RGB
107, 160, 42
HSL
87°, 58%, 40%
CMYK
33, 0, 74, 37
Luminance
0.2843
Every format
| HEX | #6ba02a |
| RGB | rgb(107, 160, 42) |
| HSL | hsl(87, 58%, 40%) |
| CMYK | cmyk(33%, 0%, 74%, 37%) |
| LAB | lab(60.3 -36.2 52.7) |
| LCH | lch(60.3 63.9 124.5) |
| OKLCH | oklch(0.645 0.156 131.0) |
Copy-ready code
/* CSS */
color: #6ba02a;
background-color: #6ba02a;
/* Tailwind (arbitrary) */
class="text-[#6ba02a] bg-[#6ba02a]"
/* SCSS */
$brand: #6ba02a;
/* SwiftUI */
Color(red: 0.420, green: 0.627, blue: 0.165)
/* Android */
Color.parseColor("#6ba02a")Accessibility — WCAG contrast
Aa
#6ba02a on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6ba02a on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green62.7%
Blue16.5%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow73.8%
Key (black)37.3%
Color previews
#6ba02a text on a black background
contrast 6.69:1
Card sample
#6ba02a text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ba02a;
Background color
Panel with #6ba02a background
background-color: #6ba02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ba02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 160, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 160, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ba02a; background: linear-gradient(135deg, #6ba02a, #2AA038);