#6e7e4e
a dark, soft green · cool · closest name: seagreen
RGB
110, 126, 78
HSL
80°, 24%, 40%
CMYK
13, 0, 38, 51
Luminance
0.1879
Every format
| HEX | #6e7e4e |
| RGB | rgb(110, 126, 78) |
| HSL | hsl(80, 24%, 40%) |
| CMYK | cmyk(13%, 0%, 38%, 51%) |
| LAB | lab(50.4 -14.6 24.2) |
| LCH | lch(50.4 28.3 121.0) |
| OKLCH | oklch(0.568 0.072 123.7) |
Copy-ready code
/* CSS */
color: #6e7e4e;
background-color: #6e7e4e;
/* Tailwind (arbitrary) */
class="text-[#6e7e4e] bg-[#6e7e4e]"
/* SCSS */
$brand: #6e7e4e;
/* SwiftUI */
Color(red: 0.431, green: 0.494, blue: 0.306)
/* Android */
Color.parseColor("#6e7e4e")Accessibility — WCAG contrast
Aa
#6e7e4e on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6e7e4e on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green49.4%
Blue30.6%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow38.1%
Key (black)50.6%
Color previews
#6e7e4e text on a black background
contrast 4.76:1
Card sample
#6e7e4e text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e7e4e;
Background color
Panel with #6e7e4e background
background-color: #6e7e4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e7e4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 126, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 126, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e7e4e; background: linear-gradient(135deg, #6e7e4e, #4E7E4E);