#325422
a deep, soft green · cool · closest name: seagreen
RGB
50, 84, 34
HSL
101°, 42%, 23%
CMYK
41, 0, 60, 67
Luminance
0.0713
Every format
| HEX | #325422 |
| RGB | rgb(50, 84, 34) |
| HSL | hsl(101, 42%, 23%) |
| CMYK | cmyk(41%, 0%, 60%, 67%) |
| LAB | lab(32.1 -22.9 25.1) |
| LCH | lch(32.1 34.0 132.4) |
| OKLCH | oklch(0.407 0.087 136.7) |
Copy-ready code
/* CSS */
color: #325422;
background-color: #325422;
/* Tailwind (arbitrary) */
class="text-[#325422] bg-[#325422]"
/* SCSS */
$brand: #325422;
/* SwiftUI */
Color(red: 0.196, green: 0.329, blue: 0.133)
/* Android */
Color.parseColor("#325422")Accessibility — WCAG contrast
Aa
#325422 on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#325422 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green32.9%
Blue13.3%
CMYK percentages
Cyan40.5%
Magenta0.0%
Yellow59.5%
Key (black)67.1%
Color previews
#325422 text on a black background
contrast 2.43:1
Card sample
#325422 text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #325422;
Background color
Panel with #325422 background
background-color: #325422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #325422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 84, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 84, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #325422; background: linear-gradient(135deg, #325422, #225433);