#386621
a dark, vivid green · cool · closest name: seagreen
RGB
56, 102, 33
HSL
100°, 51%, 27%
CMYK
45, 0, 68, 60
Luminance
0.1045
Every format
| HEX | #386621 |
| RGB | rgb(56, 102, 33) |
| HSL | hsl(100, 51%, 27%) |
| CMYK | cmyk(45%, 0%, 68%, 60%) |
| LAB | lab(38.6 -29.4 33.1) |
| LCH | lch(38.6 44.3 131.6) |
| OKLCH | oklch(0.461 0.112 136.8) |
Copy-ready code
/* CSS */
color: #386621;
background-color: #386621;
/* Tailwind (arbitrary) */
class="text-[#386621] bg-[#386621]"
/* SCSS */
$brand: #386621;
/* SwiftUI */
Color(red: 0.220, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#386621")Accessibility — WCAG contrast
Aa
#386621 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#386621 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green40.0%
Blue12.9%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#386621 text on a black background
contrast 3.09:1
Card sample
#386621 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #386621;
Background color
Panel with #386621 background
background-color: #386621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #386621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #386621; background: linear-gradient(135deg, #386621, #216638);