#3a6421
a dark, vivid green · cool · closest name: seagreen
RGB
58, 100, 33
HSL
98°, 50%, 26%
CMYK
42, 0, 67, 61
Luminance
0.1012
Every format
| HEX | #3a6421 |
| RGB | rgb(58, 100, 33) |
| HSL | hsl(98, 50%, 26%) |
| CMYK | cmyk(42%, 0%, 67%, 61%) |
| LAB | lab(38.1 -27.8 32.5) |
| LCH | lch(38.1 42.7 130.5) |
| OKLCH | oklch(0.457 0.108 135.7) |
Copy-ready code
/* CSS */
color: #3a6421;
background-color: #3a6421;
/* Tailwind (arbitrary) */
class="text-[#3a6421] bg-[#3a6421]"
/* SCSS */
$brand: #3a6421;
/* SwiftUI */
Color(red: 0.227, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#3a6421")Accessibility — WCAG contrast
Aa
#3a6421 on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3a6421 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green39.2%
Blue12.9%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#3a6421 text on a black background
contrast 3.02:1
Card sample
#3a6421 text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a6421;
Background color
Panel with #3a6421 background
background-color: #3a6421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a6421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a6421; background: linear-gradient(135deg, #3a6421, #216435);