#48a721
a dark, vivid green · cool · closest name: forestgreen
RGB
72, 167, 33
HSL
103°, 67%, 39%
CMYK
57, 0, 80, 35
Luminance
0.2912
Every format
| HEX | #48a721 |
| RGB | rgb(72, 167, 33) |
| HSL | hsl(103, 67%, 39%) |
| CMYK | cmyk(57%, 0%, 80%, 35%) |
| LAB | lab(60.9 -51.0 55.7) |
| LCH | lch(60.9 75.5 132.5) |
| OKLCH | oklch(0.646 0.187 138.7) |
Copy-ready code
/* CSS */
color: #48a721;
background-color: #48a721;
/* Tailwind (arbitrary) */
class="text-[#48a721] bg-[#48a721]"
/* SCSS */
$brand: #48a721;
/* SwiftUI */
Color(red: 0.282, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#48a721")Accessibility — WCAG contrast
Aa
#48a721 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#48a721 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green65.5%
Blue12.9%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#48a721 text on a black background
contrast 6.82:1
Card sample
#48a721 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48a721;
Background color
Panel with #48a721 background
background-color: #48a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48a721; background: linear-gradient(135deg, #48a721, #21A753);