#348921
a dark, vivid green · cool · closest name: forestgreen
RGB
52, 137, 33
HSL
109°, 61%, 33%
CMYK
62, 0, 76, 46
Luminance
0.1873
Every format
| HEX | #348921 |
| RGB | rgb(52, 137, 33) |
| HSL | hsl(109, 61%, 33%) |
| CMYK | cmyk(62%, 0%, 76%, 46%) |
| LAB | lab(50.4 -45.1 45.3) |
| LCH | lch(50.4 64.0 134.9) |
| OKLCH | oklch(0.557 0.160 140.4) |
Copy-ready code
/* CSS */
color: #348921;
background-color: #348921;
/* Tailwind (arbitrary) */
class="text-[#348921] bg-[#348921]"
/* SCSS */
$brand: #348921;
/* SwiftUI */
Color(red: 0.204, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#348921")Accessibility — WCAG contrast
Aa
#348921 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#348921 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green53.7%
Blue12.9%
CMYK percentages
Cyan62.0%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#348921 text on a black background
contrast 4.75:1
Card sample
#348921 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #348921;
Background color
Panel with #348921 background
background-color: #348921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #348921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #348921; background: linear-gradient(135deg, #348921, #218953);