#336321
a dark, vivid green · cool · closest name: seagreen
RGB
51, 99, 33
HSL
104°, 50%, 26%
CMYK
49, 0, 67, 61
Luminance
0.0974
Every format
| HEX | #336321 |
| RGB | rgb(51, 99, 33) |
| HSL | hsl(104, 50%, 26%) |
| CMYK | cmyk(49%, 0%, 67%, 61%) |
| LAB | lab(37.4 -29.8 31.6) |
| LCH | lch(37.4 43.5 133.3) |
| OKLCH | oklch(0.450 0.110 138.2) |
Copy-ready code
/* CSS */
color: #336321;
background-color: #336321;
/* Tailwind (arbitrary) */
class="text-[#336321] bg-[#336321]"
/* SCSS */
$brand: #336321;
/* SwiftUI */
Color(red: 0.200, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#336321")Accessibility — WCAG contrast
Aa
#336321 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#336321 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green38.8%
Blue12.9%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#336321 text on a black background
contrast 2.95:1
Card sample
#336321 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #336321;
Background color
Panel with #336321 background
background-color: #336321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #336321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #336321; background: linear-gradient(135deg, #336321, #21633B);