#316721
a dark, vivid green · cool · closest name: seagreen
RGB
49, 103, 33
HSL
106°, 52%, 27%
CMYK
52, 0, 68, 60
Luminance
0.1046
Every format
| HEX | #316721 |
| RGB | rgb(49, 103, 33) |
| HSL | hsl(106, 52%, 27%) |
| CMYK | cmyk(52%, 0%, 68%, 60%) |
| LAB | lab(38.7 -32.3 33.0) |
| LCH | lch(38.7 46.2 134.3) |
| OKLCH | oklch(0.460 0.117 139.3) |
Copy-ready code
/* CSS */
color: #316721;
background-color: #316721;
/* Tailwind (arbitrary) */
class="text-[#316721] bg-[#316721]"
/* SCSS */
$brand: #316721;
/* SwiftUI */
Color(red: 0.192, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#316721")Accessibility — WCAG contrast
Aa
#316721 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#316721 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green40.4%
Blue12.9%
CMYK percentages
Cyan52.4%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#316721 text on a black background
contrast 3.09:1
Card sample
#316721 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #316721;
Background color
Panel with #316721 background
background-color: #316721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #316721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #316721; background: linear-gradient(135deg, #316721, #216740);