#308421
a dark, vivid green · cool · closest name: forestgreen
RGB
48, 132, 33
HSL
111°, 60%, 32%
CMYK
64, 0, 75, 48
Luminance
0.1724
Every format
| HEX | #308421 |
| RGB | rgb(48, 132, 33) |
| HSL | hsl(111, 60%, 32%) |
| CMYK | cmyk(64%, 0%, 75%, 48%) |
| LAB | lab(48.6 -44.3 43.5) |
| LCH | lch(48.6 62.0 135.5) |
| OKLCH | oklch(0.542 0.156 140.9) |
Copy-ready code
/* CSS */
color: #308421;
background-color: #308421;
/* Tailwind (arbitrary) */
class="text-[#308421] bg-[#308421]"
/* SCSS */
$brand: #308421;
/* SwiftUI */
Color(red: 0.188, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#308421")Accessibility — WCAG contrast
Aa
#308421 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#308421 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green51.8%
Blue12.9%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#308421 text on a black background
contrast 4.45:1
Card sample
#308421 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #308421;
Background color
Panel with #308421 background
background-color: #308421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #308421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #308421; background: linear-gradient(135deg, #308421, #218454);