#386521
a dark, vivid green · cool · closest name: seagreen
RGB
56, 101, 33
HSL
100°, 51%, 26%
CMYK
45, 0, 67, 60
Luminance
0.1026
Every format
| HEX | #386521 |
| RGB | rgb(56, 101, 33) |
| HSL | hsl(100, 51%, 26%) |
| CMYK | cmyk(45%, 0%, 67%, 60%) |
| LAB | lab(38.3 -29.0 32.7) |
| LCH | lch(38.3 43.7 131.5) |
| OKLCH | oklch(0.458 0.110 136.6) |
Copy-ready code
/* CSS */
color: #386521;
background-color: #386521;
/* Tailwind (arbitrary) */
class="text-[#386521] bg-[#386521]"
/* SCSS */
$brand: #386521;
/* SwiftUI */
Color(red: 0.220, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#386521")Accessibility — WCAG contrast
Aa
#386521 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#386521 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green39.6%
Blue12.9%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#386521 text on a black background
contrast 3.05:1
Card sample
#386521 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #386521;
Background color
Panel with #386521 background
background-color: #386521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #386521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #386521; background: linear-gradient(135deg, #386521, #216537);