#6e9b42
a dark, soft green · cool · closest name: olivedrab
RGB
110, 155, 66
HSL
90°, 40%, 43%
CMYK
29, 0, 57, 39
Luminance
0.2715
Every format
| HEX | #6e9b42 |
| RGB | rgb(110, 155, 66) |
| HSL | hsl(90, 40%, 43%) |
| CMYK | cmyk(29%, 0%, 57%, 39%) |
| LAB | lab(59.1 -30.7 41.2) |
| LCH | lch(59.1 51.4 126.7) |
| OKLCH | oklch(0.637 0.129 131.5) |
Copy-ready code
/* CSS */
color: #6e9b42;
background-color: #6e9b42;
/* Tailwind (arbitrary) */
class="text-[#6e9b42] bg-[#6e9b42]"
/* SCSS */
$brand: #6e9b42;
/* SwiftUI */
Color(red: 0.431, green: 0.608, blue: 0.259)
/* Android */
Color.parseColor("#6e9b42")Accessibility — WCAG contrast
Aa
#6e9b42 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6e9b42 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green60.8%
Blue25.9%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow57.4%
Key (black)39.2%
Color previews
#6e9b42 text on a black background
contrast 6.43:1
Card sample
#6e9b42 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e9b42;
Background color
Panel with #6e9b42 background
background-color: #6e9b42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e9b42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 155, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 155, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e9b42; background: linear-gradient(135deg, #6e9b42, #429B51);