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