#366321
a dark, vivid green · cool · closest name: seagreen
RGB
54, 99, 33
HSL
101°, 50%, 26%
CMYK
46, 0, 67, 61
Luminance
0.0982
Every format
| HEX | #366321 |
| RGB | rgb(54, 99, 33) |
| HSL | hsl(101, 50%, 26%) |
| CMYK | cmyk(46%, 0%, 67%, 61%) |
| LAB | lab(37.5 -28.8 31.8) |
| LCH | lch(37.5 42.9 132.1) |
| OKLCH | oklch(0.452 0.108 137.1) |
Copy-ready code
/* CSS */
color: #366321;
background-color: #366321;
/* Tailwind (arbitrary) */
class="text-[#366321] bg-[#366321]"
/* SCSS */
$brand: #366321;
/* SwiftUI */
Color(red: 0.212, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#366321")Accessibility — WCAG contrast
Aa
#366321 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#366321 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green38.8%
Blue12.9%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#366321 text on a black background
contrast 2.96:1
Card sample
#366321 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #366321;
Background color
Panel with #366321 background
background-color: #366321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #366321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #366321; background: linear-gradient(135deg, #366321, #216338);