#368833
a dark, vivid green · cool · closest name: forestgreen
RGB
54, 136, 51
HSL
118°, 46%, 37%
CMYK
60, 0, 63, 47
Luminance
0.1863
Every format
| HEX | #368833 |
| RGB | rgb(54, 136, 51) |
| HSL | hsl(118, 46%, 37%) |
| CMYK | cmyk(60%, 0%, 63%, 47%) |
| LAB | lab(50.3 -42.5 37.5) |
| LCH | lch(50.3 56.6 138.6) |
| OKLCH | oklch(0.557 0.145 142.8) |
Copy-ready code
/* CSS */
color: #368833;
background-color: #368833;
/* Tailwind (arbitrary) */
class="text-[#368833] bg-[#368833]"
/* SCSS */
$brand: #368833;
/* SwiftUI */
Color(red: 0.212, green: 0.533, blue: 0.200)
/* Android */
Color.parseColor("#368833")Accessibility — WCAG contrast
Aa
#368833 on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#368833 on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green53.3%
Blue20.0%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow62.5%
Key (black)46.7%
Color previews
#368833 text on a black background
contrast 4.73:1
Card sample
#368833 text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #368833;
Background color
Panel with #368833 background
background-color: #368833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #368833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 136, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 136, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #368833; background: linear-gradient(135deg, #368833, #338869);