#318321
a dark, vivid green · cool · closest name: forestgreen
RGB
49, 131, 33
HSL
110°, 60%, 32%
CMYK
63, 0, 75, 49
Luminance
0.1700
Every format
| HEX | #318321 |
| RGB | rgb(49, 131, 33) |
| HSL | hsl(110, 60%, 32%) |
| CMYK | cmyk(63%, 0%, 75%, 49%) |
| LAB | lab(48.3 -43.6 43.1) |
| LCH | lch(48.3 61.4 135.3) |
| OKLCH | oklch(0.539 0.154 140.7) |
Copy-ready code
/* CSS */
color: #318321;
background-color: #318321;
/* Tailwind (arbitrary) */
class="text-[#318321] bg-[#318321]"
/* SCSS */
$brand: #318321;
/* SwiftUI */
Color(red: 0.192, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#318321")Accessibility — WCAG contrast
Aa
#318321 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#318321 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green51.4%
Blue12.9%
CMYK percentages
Cyan62.6%
Magenta0.0%
Yellow74.8%
Key (black)48.6%
Color previews
#318321 text on a black background
contrast 4.40:1
Card sample
#318321 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #318321;
Background color
Panel with #318321 background
background-color: #318321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #318321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #318321; background: linear-gradient(135deg, #318321, #218352);