#6ba511
a dark, electric green · cool · closest name: olivedrab
RGB
107, 165, 17
HSL
84°, 81%, 36%
CMYK
35, 0, 90, 35
Luminance
0.3008
Every format
| HEX | #6ba511 |
| RGB | rgb(107, 165, 17) |
| HSL | hsl(84, 81%, 36%) |
| CMYK | cmyk(35%, 0%, 90%, 35%) |
| LAB | lab(61.7 -39.5 61.0) |
| LCH | lch(61.7 72.7 122.9) |
| OKLCH | oklch(0.657 0.174 130.6) |
Copy-ready code
/* CSS */
color: #6ba511;
background-color: #6ba511;
/* Tailwind (arbitrary) */
class="text-[#6ba511] bg-[#6ba511]"
/* SCSS */
$brand: #6ba511;
/* SwiftUI */
Color(red: 0.420, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#6ba511")Accessibility — WCAG contrast
Aa
#6ba511 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ba511 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green64.7%
Blue6.7%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow89.7%
Key (black)35.3%
Color previews
#6ba511 text on a black background
contrast 7.02:1
Card sample
#6ba511 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ba511;
Background color
Panel with #6ba511 background
background-color: #6ba511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ba511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ba511; background: linear-gradient(135deg, #6ba511, #11A51A);