#346e21
a dark, vivid green · cool · closest name: seagreen
RGB
52, 110, 33
HSL
105°, 54%, 28%
CMYK
53, 0, 70, 57
Luminance
0.1199
Every format
| HEX | #346e21 |
| RGB | rgb(52, 110, 33) |
| HSL | hsl(105, 54%, 28%) |
| CMYK | cmyk(53%, 0%, 70%, 57%) |
| LAB | lab(41.2 -34.4 35.8) |
| LCH | lch(41.2 49.6 133.8) |
| OKLCH | oklch(0.482 0.125 139.0) |
Copy-ready code
/* CSS */
color: #346e21;
background-color: #346e21;
/* Tailwind (arbitrary) */
class="text-[#346e21] bg-[#346e21]"
/* SCSS */
$brand: #346e21;
/* SwiftUI */
Color(red: 0.204, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#346e21")Accessibility — WCAG contrast
Aa
#346e21 on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#346e21 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green43.1%
Blue12.9%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow70.0%
Key (black)56.9%
Color previews
#346e21 text on a black background
contrast 3.40:1
Card sample
#346e21 text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #346e21;
Background color
Panel with #346e21 background
background-color: #346e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #346e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #346e21; background: linear-gradient(135deg, #346e21, #216E41);