#6e8d2f
a dark, vivid green · cool · closest name: olivedrab
RGB
110, 141, 47
HSL
80°, 50%, 37%
CMYK
22, 0, 67, 45
Luminance
0.2257
Every format
| HEX | #6e8d2f |
| RGB | rgb(110, 141, 47) |
| HSL | hsl(80, 50%, 37%) |
| CMYK | cmyk(22%, 0%, 67%, 45%) |
| LAB | lab(54.6 -25.7 44.9) |
| LCH | lch(54.6 51.7 119.8) |
| OKLCH | oklch(0.600 0.126 125.7) |
Copy-ready code
/* CSS */
color: #6e8d2f;
background-color: #6e8d2f;
/* Tailwind (arbitrary) */
class="text-[#6e8d2f] bg-[#6e8d2f]"
/* SCSS */
$brand: #6e8d2f;
/* SwiftUI */
Color(red: 0.431, green: 0.553, blue: 0.184)
/* Android */
Color.parseColor("#6e8d2f")Accessibility — WCAG contrast
Aa
#6e8d2f on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6e8d2f on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green55.3%
Blue18.4%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow66.7%
Key (black)44.7%
Color previews
#6e8d2f text on a black background
contrast 5.51:1
Card sample
#6e8d2f text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e8d2f;
Background color
Panel with #6e8d2f background
background-color: #6e8d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e8d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 141, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 141, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e8d2f; background: linear-gradient(135deg, #6e8d2f, #2F8D2F);