#318621
a dark, vivid green · cool · closest name: forestgreen
RGB
49, 134, 33
HSL
111°, 61%, 33%
CMYK
63, 0, 75, 48
Luminance
0.1781
Every format
| HEX | #318621 |
| RGB | rgb(49, 134, 33) |
| HSL | hsl(111, 61%, 33%) |
| CMYK | cmyk(63%, 0%, 75%, 48%) |
| LAB | lab(49.3 -44.8 44.2) |
| LCH | lch(49.3 62.9 135.4) |
| OKLCH | oklch(0.548 0.158 140.8) |
Copy-ready code
/* CSS */
color: #318621;
background-color: #318621;
/* Tailwind (arbitrary) */
class="text-[#318621] bg-[#318621]"
/* SCSS */
$brand: #318621;
/* SwiftUI */
Color(red: 0.192, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#318621")Accessibility — WCAG contrast
Aa
#318621 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#318621 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.2%
Green52.5%
Blue12.9%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#318621 text on a black background
contrast 4.56:1
Card sample
#318621 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #318621;
Background color
Panel with #318621 background
background-color: #318621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #318621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(49, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(49, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #318621; background: linear-gradient(135deg, #318621, #218654);