#386421
a dark, vivid green · cool · closest name: seagreen
RGB
56, 100, 33
HSL
99°, 50%, 26%
CMYK
44, 0, 67, 61
Luminance
0.1006
Every format
| HEX | #386421 |
| RGB | rgb(56, 100, 33) |
| HSL | hsl(99, 50%, 26%) |
| CMYK | cmyk(44%, 0%, 67%, 61%) |
| LAB | lab(38.0 -28.5 32.4) |
| LCH | lch(38.0 43.1 131.4) |
| OKLCH | oklch(0.456 0.109 136.5) |
Copy-ready code
/* CSS */
color: #386421;
background-color: #386421;
/* Tailwind (arbitrary) */
class="text-[#386421] bg-[#386421]"
/* SCSS */
$brand: #386421;
/* SwiftUI */
Color(red: 0.220, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#386421")Accessibility — WCAG contrast
Aa
#386421 on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#386421 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green39.2%
Blue12.9%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#386421 text on a black background
contrast 3.01:1
Card sample
#386421 text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #386421;
Background color
Panel with #386421 background
background-color: #386421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #386421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #386421; background: linear-gradient(135deg, #386421, #216437);