#084420
a deep, electric green · cool · closest name: darkslategray
RGB
8, 68, 32
HSL
144°, 79%, 15%
CMYK
88, 0, 53, 73
Luminance
0.0429
Every format
| HEX | #084420 |
| RGB | rgb(8, 68, 32) |
| HSL | hsl(144, 79%, 15%) |
| CMYK | cmyk(88%, 0%, 53%, 73%) |
| LAB | lab(24.6 -27.8 16.7) |
| LCH | lch(24.6 32.4 149.0) |
| OKLCH | oklch(0.341 0.085 151.3) |
Copy-ready code
/* CSS */
color: #084420;
background-color: #084420;
/* Tailwind (arbitrary) */
class="text-[#084420] bg-[#084420]"
/* SCSS */
$brand: #084420;
/* SwiftUI */
Color(red: 0.031, green: 0.267, blue: 0.125)
/* Android */
Color.parseColor("#084420")Accessibility — WCAG contrast
Aa
#084420 on white: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084420 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green26.7%
Blue12.5%
CMYK percentages
Cyan88.2%
Magenta0.0%
Yellow52.9%
Key (black)73.3%
Color previews
#084420 text on a black background
contrast 1.86:1
Card sample
#084420 text on a white background
contrast 11.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084420;
Background color
Panel with #084420 background
background-color: #084420;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084420;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 68, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 68, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084420; background: linear-gradient(135deg, #084420, #084044);