#6b8a2e
a dark, vivid green · cool · closest name: olivedrab
RGB
107, 138, 46
HSL
80°, 50%, 36%
CMYK
23, 0, 67, 46
Luminance
0.2150
Every format
| HEX | #6b8a2e |
| RGB | rgb(107, 138, 46) |
| HSL | hsl(80, 50%, 36%) |
| CMYK | cmyk(23%, 0%, 67%, 46%) |
| LAB | lab(53.5 -25.5 44.1) |
| LCH | lch(53.5 50.9 120.1) |
| OKLCH | oklch(0.590 0.124 125.9) |
Copy-ready code
/* CSS */
color: #6b8a2e;
background-color: #6b8a2e;
/* Tailwind (arbitrary) */
class="text-[#6b8a2e] bg-[#6b8a2e]"
/* SCSS */
$brand: #6b8a2e;
/* SwiftUI */
Color(red: 0.420, green: 0.541, blue: 0.180)
/* Android */
Color.parseColor("#6b8a2e")Accessibility — WCAG contrast
Aa
#6b8a2e on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6b8a2e on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green54.1%
Blue18.0%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow66.7%
Key (black)45.9%
Color previews
#6b8a2e text on a black background
contrast 5.30:1
Card sample
#6b8a2e text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b8a2e;
Background color
Panel with #6b8a2e background
background-color: #6b8a2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b8a2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 138, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 138, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b8a2e; background: linear-gradient(135deg, #6b8a2e, #2E8A2E);