#367708
a deep, electric green · cool · closest name: forestgreen
RGB
54, 119, 8
HSL
95°, 87%, 25%
CMYK
55, 0, 93, 53
Luminance
0.1400
Every format
| HEX | #367708 |
| RGB | rgb(54, 119, 8) |
| HSL | hsl(95, 87%, 25%) |
| CMYK | cmyk(55%, 0%, 93%, 53%) |
| LAB | lab(44.2 -39.0 47.0) |
| LCH | lch(44.2 61.1 129.7) |
| OKLCH | oklch(0.506 0.149 136.8) |
Copy-ready code
/* CSS */
color: #367708;
background-color: #367708;
/* Tailwind (arbitrary) */
class="text-[#367708] bg-[#367708]"
/* SCSS */
$brand: #367708;
/* SwiftUI */
Color(red: 0.212, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#367708")Accessibility — WCAG contrast
Aa
#367708 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#367708 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green46.7%
Blue3.1%
CMYK percentages
Cyan54.6%
Magenta0.0%
Yellow93.3%
Key (black)53.3%
Color previews
#367708 text on a black background
contrast 3.80:1
Card sample
#367708 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #367708;
Background color
Panel with #367708 background
background-color: #367708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #367708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #367708; background: linear-gradient(135deg, #367708, #087724);