#5eb048
a balanced, soft green · cool · closest name: forestgreen
RGB
94, 176, 72
HSL
107°, 42%, 49%
CMYK
47, 0, 59, 31
Luminance
0.3390
Every format
| HEX | #5eb048 |
| RGB | rgb(94, 176, 72) |
| HSL | hsl(107, 42%, 49%) |
| CMYK | cmyk(47%, 0%, 59%, 31%) |
| LAB | lab(64.9 -44.9 44.8) |
| LCH | lch(64.9 63.4 135.1) |
| OKLCH | oklch(0.682 0.162 139.5) |
Copy-ready code
/* CSS */
color: #5eb048;
background-color: #5eb048;
/* Tailwind (arbitrary) */
class="text-[#5eb048] bg-[#5eb048]"
/* SCSS */
$brand: #5eb048;
/* SwiftUI */
Color(red: 0.369, green: 0.690, blue: 0.282)
/* Android */
Color.parseColor("#5eb048")Accessibility — WCAG contrast
Aa
#5eb048 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb048 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.0%
Blue28.2%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow59.1%
Key (black)31.0%
Color previews
#5eb048 text on a black background
contrast 7.78:1
Card sample
#5eb048 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb048;
Background color
Panel with #5eb048 background
background-color: #5eb048;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb048;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 176, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 176, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb048; background: linear-gradient(135deg, #5eb048, #48B077);