#386021
a dark, vivid green · cool · closest name: seagreen
RGB
56, 96, 33
HSL
98°, 49%, 25%
CMYK
42, 0, 66, 62
Luminance
0.0932
Every format
| HEX | #386021 |
| RGB | rgb(56, 96, 33) |
| HSL | hsl(98, 49%, 25%) |
| CMYK | cmyk(42%, 0%, 66%, 62%) |
| LAB | lab(36.6 -26.6 30.8) |
| LCH | lch(36.6 40.7 130.8) |
| OKLCH | oklch(0.444 0.103 135.8) |
Copy-ready code
/* CSS */
color: #386021;
background-color: #386021;
/* Tailwind (arbitrary) */
class="text-[#386021] bg-[#386021]"
/* SCSS */
$brand: #386021;
/* SwiftUI */
Color(red: 0.220, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#386021")Accessibility — WCAG contrast
Aa
#386021 on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#386021 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green37.6%
Blue12.9%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#386021 text on a black background
contrast 2.86:1
Card sample
#386021 text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #386021;
Background color
Panel with #386021 background
background-color: #386021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #386021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #386021; background: linear-gradient(135deg, #386021, #216034);