#5eb331
a dark, vivid green · cool · closest name: forestgreen
RGB
94, 179, 49
HSL
99°, 57%, 45%
CMYK
48, 0, 73, 30
Luminance
0.3484
Every format
| HEX | #5eb331 |
| RGB | rgb(94, 179, 49) |
| HSL | hsl(99, 57%, 45%) |
| CMYK | cmyk(48%, 0%, 73%, 30%) |
| LAB | lab(65.6 -48.2 55.2) |
| LCH | lch(65.6 73.3 131.1) |
| OKLCH | oklch(0.688 0.183 137.0) |
Copy-ready code
/* CSS */
color: #5eb331;
background-color: #5eb331;
/* Tailwind (arbitrary) */
class="text-[#5eb331] bg-[#5eb331]"
/* SCSS */
$brand: #5eb331;
/* SwiftUI */
Color(red: 0.369, green: 0.702, blue: 0.192)
/* Android */
Color.parseColor("#5eb331")Accessibility — WCAG contrast
Aa
#5eb331 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb331 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green70.2%
Blue19.2%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow72.6%
Key (black)29.8%
Color previews
#5eb331 text on a black background
contrast 7.97:1
Card sample
#5eb331 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb331;
Background color
Panel with #5eb331 background
background-color: #5eb331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 179, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 179, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb331; background: linear-gradient(135deg, #5eb331, #31B35B);