#48ba5b
a balanced, vivid green · cool · closest name: forestgreen
RGB
72, 186, 91
HSL
130°, 45%, 51%
CMYK
61, 0, 51, 27
Luminance
0.3725
Every format
| HEX | #48ba5b |
| RGB | rgb(72, 186, 91) |
| HSL | hsl(130, 45%, 51%) |
| CMYK | cmyk(61%, 0%, 51%, 27%) |
| LAB | lab(67.5 -52.2 38.5) |
| LCH | lch(67.5 64.9 143.6) |
| OKLCH | oklch(0.702 0.169 146.6) |
Copy-ready code
/* CSS */
color: #48ba5b;
background-color: #48ba5b;
/* Tailwind (arbitrary) */
class="text-[#48ba5b] bg-[#48ba5b]"
/* SCSS */
$brand: #48ba5b;
/* SwiftUI */
Color(red: 0.282, green: 0.729, blue: 0.357)
/* Android */
Color.parseColor("#48ba5b")Accessibility — WCAG contrast
Aa
#48ba5b on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48ba5b on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green72.9%
Blue35.7%
CMYK percentages
Cyan61.3%
Magenta0.0%
Yellow51.1%
Key (black)27.1%
Color previews
#48ba5b text on a black background
contrast 8.45:1
Card sample
#48ba5b text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48ba5b;
Background color
Panel with #48ba5b background
background-color: #48ba5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48ba5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 186, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 186, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48ba5b; background: linear-gradient(135deg, #48ba5b, #48BAA7);