#307321
a dark, vivid green · cool · closest name: forestgreen
RGB
48, 115, 33
HSL
109°, 55%, 29%
CMYK
58, 0, 71, 55
Luminance
0.1300
Every format
| HEX | #307321 |
| RGB | rgb(48, 115, 33) |
| HSL | hsl(109, 55%, 29%) |
| CMYK | cmyk(58%, 0%, 71%, 55%) |
| LAB | lab(42.8 -37.6 37.5) |
| LCH | lch(42.8 53.1 135.2) |
| OKLCH | oklch(0.494 0.134 140.3) |
Copy-ready code
/* CSS */
color: #307321;
background-color: #307321;
/* Tailwind (arbitrary) */
class="text-[#307321] bg-[#307321]"
/* SCSS */
$brand: #307321;
/* SwiftUI */
Color(red: 0.188, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#307321")Accessibility — WCAG contrast
Aa
#307321 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#307321 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green45.1%
Blue12.9%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#307321 text on a black background
contrast 3.60:1
Card sample
#307321 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #307321;
Background color
Panel with #307321 background
background-color: #307321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #307321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #307321; background: linear-gradient(135deg, #307321, #217349);