#48ab39
a dark, vivid green · cool · closest name: forestgreen
RGB
72, 171, 57
HSL
112°, 50%, 45%
CMYK
58, 0, 67, 33
Luminance
0.3080
Every format
| HEX | #48ab39 |
| RGB | rgb(72, 171, 57) |
| HSL | hsl(112, 50%, 45%) |
| CMYK | cmyk(58%, 0%, 67%, 33%) |
| LAB | lab(62.3 -50.7 48.4) |
| LCH | lch(62.3 70.0 136.3) |
| OKLCH | oklch(0.658 0.178 141.2) |
Copy-ready code
/* CSS */
color: #48ab39;
background-color: #48ab39;
/* Tailwind (arbitrary) */
class="text-[#48ab39] bg-[#48ab39]"
/* SCSS */
$brand: #48ab39;
/* SwiftUI */
Color(red: 0.282, green: 0.671, blue: 0.224)
/* Android */
Color.parseColor("#48ab39")Accessibility — WCAG contrast
Aa
#48ab39 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48ab39 on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green67.1%
Blue22.4%
CMYK percentages
Cyan57.9%
Magenta0.0%
Yellow66.7%
Key (black)32.9%
Color previews
#48ab39 text on a black background
contrast 7.16:1
Card sample
#48ab39 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48ab39;
Background color
Panel with #48ab39 background
background-color: #48ab39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48ab39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 171, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 171, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48ab39; background: linear-gradient(135deg, #48ab39, #39AB76);