#6c8844
a dark, soft green · cool · closest name: olivedrab
RGB
108, 136, 68
HSL
85°, 33%, 40%
CMYK
21, 0, 50, 47
Luminance
0.2121
Every format
| HEX | #6c8844 |
| RGB | rgb(108, 136, 68) |
| HSL | hsl(85, 33%, 40%) |
| CMYK | cmyk(21%, 0%, 50%, 47%) |
| LAB | lab(53.2 -21.9 33.1) |
| LCH | lch(53.2 39.7 123.6) |
| OKLCH | oklch(0.589 0.100 127.6) |
Copy-ready code
/* CSS */
color: #6c8844;
background-color: #6c8844;
/* Tailwind (arbitrary) */
class="text-[#6c8844] bg-[#6c8844]"
/* SCSS */
$brand: #6c8844;
/* SwiftUI */
Color(red: 0.424, green: 0.533, blue: 0.267)
/* Android */
Color.parseColor("#6c8844")Accessibility — WCAG contrast
Aa
#6c8844 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6c8844 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green53.3%
Blue26.7%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow50.0%
Key (black)46.7%
Color previews
#6c8844 text on a black background
contrast 5.24:1
Card sample
#6c8844 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c8844;
Background color
Panel with #6c8844 background
background-color: #6c8844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c8844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 136, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 136, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c8844; background: linear-gradient(135deg, #6c8844, #448849);