#3a5421
a deep, soft green · cool · closest name: seagreen
RGB
58, 84, 33
HSL
91°, 44%, 23%
CMYK
31, 0, 61, 67
Luminance
0.0735
Every format
| HEX | #3a5421 |
| RGB | rgb(58, 84, 33) |
| HSL | hsl(91, 44%, 23%) |
| CMYK | cmyk(31%, 0%, 61%, 67%) |
| LAB | lab(32.6 -19.8 26.3) |
| LCH | lch(32.6 32.9 126.9) |
| OKLCH | oklch(0.412 0.083 131.6) |
Copy-ready code
/* CSS */
color: #3a5421;
background-color: #3a5421;
/* Tailwind (arbitrary) */
class="text-[#3a5421] bg-[#3a5421]"
/* SCSS */
$brand: #3a5421;
/* SwiftUI */
Color(red: 0.227, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#3a5421")Accessibility — WCAG contrast
Aa
#3a5421 on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a5421 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green32.9%
Blue12.9%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#3a5421 text on a black background
contrast 2.47:1
Card sample
#3a5421 text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a5421;
Background color
Panel with #3a5421 background
background-color: #3a5421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a5421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a5421; background: linear-gradient(135deg, #3a5421, #21542A);