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