#367821
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 120, 33
HSL
106°, 57%, 30%
CMYK
55, 0, 73, 53
Luminance
0.1433
Every format
| HEX | #367821 |
| RGB | rgb(54, 120, 33) |
| HSL | hsl(106, 57%, 30%) |
| CMYK | cmyk(55%, 0%, 73%, 53%) |
| LAB | lab(44.7 -37.9 39.5) |
| LCH | lch(44.7 54.8 133.8) |
| OKLCH | oklch(0.511 0.138 139.2) |
Copy-ready code
/* CSS */
color: #367821;
background-color: #367821;
/* Tailwind (arbitrary) */
class="text-[#367821] bg-[#367821]"
/* SCSS */
$brand: #367821;
/* SwiftUI */
Color(red: 0.212, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#367821")Accessibility — WCAG contrast
Aa
#367821 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367821 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green47.1%
Blue12.9%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow72.5%
Key (black)52.9%
Color previews
#367821 text on a black background
contrast 3.87:1
Card sample
#367821 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367821;
Background color
Panel with #367821 background
background-color: #367821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367821; background: linear-gradient(135deg, #367821, #217846);