#356721
a dark, vivid green · cool · closest name: seagreen
RGB
53, 103, 33
HSL
103°, 52%, 27%
CMYK
49, 0, 68, 60
Luminance
0.1057
Every format
| HEX | #356721 |
| RGB | rgb(53, 103, 33) |
| HSL | hsl(103, 52%, 27%) |
| CMYK | cmyk(49%, 0%, 68%, 60%) |
| LAB | lab(38.8 -30.9 33.3) |
| LCH | lch(38.8 45.5 132.9) |
| OKLCH | oklch(0.462 0.115 138.0) |
Copy-ready code
/* CSS */
color: #356721;
background-color: #356721;
/* Tailwind (arbitrary) */
class="text-[#356721] bg-[#356721]"
/* SCSS */
$brand: #356721;
/* SwiftUI */
Color(red: 0.208, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#356721")Accessibility — WCAG contrast
Aa
#356721 on white: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#356721 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green40.4%
Blue12.9%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#356721 text on a black background
contrast 3.11:1
Card sample
#356721 text on a white background
contrast 6.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #356721;
Background color
Panel with #356721 background
background-color: #356721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #356721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #356721; background: linear-gradient(135deg, #356721, #21673C);