#336421
a dark, vivid green · cool · closest name: seagreen
RGB
51, 100, 33
HSL
104°, 50%, 26%
CMYK
49, 0, 67, 61
Luminance
0.0993
Every format
| HEX | #336421 |
| RGB | rgb(51, 100, 33) |
| HSL | hsl(104, 50%, 26%) |
| CMYK | cmyk(49%, 0%, 67%, 61%) |
| LAB | lab(37.7 -30.3 32.0) |
| LCH | lch(37.7 44.1 133.4) |
| OKLCH | oklch(0.453 0.112 138.3) |
Copy-ready code
/* CSS */
color: #336421;
background-color: #336421;
/* Tailwind (arbitrary) */
class="text-[#336421] bg-[#336421]"
/* SCSS */
$brand: #336421;
/* SwiftUI */
Color(red: 0.200, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#336421")Accessibility — WCAG contrast
Aa
#336421 on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#336421 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green39.2%
Blue12.9%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#336421 text on a black background
contrast 2.99:1
Card sample
#336421 text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #336421;
Background color
Panel with #336421 background
background-color: #336421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #336421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #336421; background: linear-gradient(135deg, #336421, #21643C);