#325310
a deep, vivid green · cool · closest name: seagreen
RGB
50, 83, 16
HSL
90°, 68%, 19%
CMYK
40, 0, 81, 68
Luminance
0.0690
Every format
| HEX | #325310 |
| RGB | rgb(50, 83, 16) |
| HSL | hsl(90, 68%, 19%) |
| CMYK | cmyk(40%, 0%, 81%, 68%) |
| LAB | lab(31.6 -24.2 33.2) |
| LCH | lch(31.6 41.1 126.1) |
| OKLCH | oklch(0.402 0.101 132.6) |
Copy-ready code
/* CSS */
color: #325310;
background-color: #325310;
/* Tailwind (arbitrary) */
class="text-[#325310] bg-[#325310]"
/* SCSS */
$brand: #325310;
/* SwiftUI */
Color(red: 0.196, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#325310")Accessibility — WCAG contrast
Aa
#325310 on white: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#325310 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green32.5%
Blue6.3%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow80.7%
Key (black)67.5%
Color previews
#325310 text on a black background
contrast 2.38:1
Card sample
#325310 text on a white background
contrast 8.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #325310;
Background color
Panel with #325310 background
background-color: #325310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #325310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #325310; background: linear-gradient(135deg, #325310, #10531B);