#325621
a deep, soft green · cool · closest name: seagreen
RGB
50, 86, 33
HSL
101°, 45%, 23%
CMYK
42, 0, 62, 66
Luminance
0.0744
Every format
| HEX | #325621 |
| RGB | rgb(50, 86, 33) |
| HSL | hsl(101, 45%, 23%) |
| CMYK | cmyk(42%, 0%, 62%, 66%) |
| LAB | lab(32.8 -24.0 26.4) |
| LCH | lch(32.8 35.7 132.3) |
| OKLCH | oklch(0.412 0.091 136.8) |
Copy-ready code
/* CSS */
color: #325621;
background-color: #325621;
/* Tailwind (arbitrary) */
class="text-[#325621] bg-[#325621]"
/* SCSS */
$brand: #325621;
/* SwiftUI */
Color(red: 0.196, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#325621")Accessibility — WCAG contrast
Aa
#325621 on white: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#325621 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green33.7%
Blue12.9%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#325621 text on a black background
contrast 2.49:1
Card sample
#325621 text on a white background
contrast 8.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #325621;
Background color
Panel with #325621 background
background-color: #325621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #325621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #325621; background: linear-gradient(135deg, #325621, #215633);