#327132
a dark, soft green · cool · closest name: seagreen
RGB
50, 113, 50
HSL
120°, 39%, 32%
CMYK
56, 0, 56, 56
Luminance
0.1272
Every format
| HEX | #327132 |
| RGB | rgb(50, 113, 50) |
| HSL | hsl(120, 39%, 32%) |
| CMYK | cmyk(56%, 0%, 56%, 56%) |
| LAB | lab(42.3 -34.2 28.7) |
| LCH | lch(42.3 44.6 140.0) |
| OKLCH | oklch(0.491 0.116 143.6) |
Copy-ready code
/* CSS */
color: #327132;
background-color: #327132;
/* Tailwind (arbitrary) */
class="text-[#327132] bg-[#327132]"
/* SCSS */
$brand: #327132;
/* SwiftUI */
Color(red: 0.196, green: 0.443, blue: 0.196)
/* Android */
Color.parseColor("#327132")Accessibility — WCAG contrast
Aa
#327132 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#327132 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green44.3%
Blue19.6%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow55.8%
Key (black)55.7%
Color previews
#327132 text on a black background
contrast 3.54:1
Card sample
#327132 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #327132;
Background color
Panel with #327132 background
background-color: #327132;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #327132;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 113, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 113, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #327132; background: linear-gradient(135deg, #327132, #32715C);