#5eb552
a balanced, soft green · cool · closest name: forestgreen
RGB
94, 181, 82
HSL
113°, 40%, 52%
CMYK
48, 0, 55, 29
Luminance
0.3604
Every format
| HEX | #5eb552 |
| RGB | rgb(94, 181, 82) |
| HSL | hsl(113, 40%, 52%) |
| CMYK | cmyk(48%, 0%, 55%, 29%) |
| LAB | lab(66.5 -45.8 42.0) |
| LCH | lch(66.5 62.1 137.5) |
| OKLCH | oklch(0.696 0.160 141.3) |
Copy-ready code
/* CSS */
color: #5eb552;
background-color: #5eb552;
/* Tailwind (arbitrary) */
class="text-[#5eb552] bg-[#5eb552]"
/* SCSS */
$brand: #5eb552;
/* SwiftUI */
Color(red: 0.369, green: 0.710, blue: 0.322)
/* Android */
Color.parseColor("#5eb552")Accessibility — WCAG contrast
Aa
#5eb552 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb552 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green71.0%
Blue32.2%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow54.7%
Key (black)29.0%
Color previews
#5eb552 text on a black background
contrast 8.21:1
Card sample
#5eb552 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb552;
Background color
Panel with #5eb552 background
background-color: #5eb552;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb552;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 181, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 181, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb552; background: linear-gradient(135deg, #5eb552, #52B588);