#5ca82e
a dark, vivid green · cool · closest name: forestgreen
RGB
92, 168, 46
HSL
97°, 57%, 42%
CMYK
45, 0, 73, 34
Luminance
0.3048
Every format
| HEX | #5ca82e |
| RGB | rgb(92, 168, 46) |
| HSL | hsl(97, 57%, 42%) |
| CMYK | cmyk(45%, 0%, 73%, 34%) |
| LAB | lab(62.1 -44.6 52.7) |
| LCH | lch(62.1 69.0 130.2) |
| OKLCH | oklch(0.658 0.172 136.2) |
Copy-ready code
/* CSS */
color: #5ca82e;
background-color: #5ca82e;
/* Tailwind (arbitrary) */
class="text-[#5ca82e] bg-[#5ca82e]"
/* SCSS */
$brand: #5ca82e;
/* SwiftUI */
Color(red: 0.361, green: 0.659, blue: 0.180)
/* Android */
Color.parseColor("#5ca82e")Accessibility — WCAG contrast
Aa
#5ca82e on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ca82e on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green65.9%
Blue18.0%
CMYK percentages
Cyan45.2%
Magenta0.0%
Yellow72.6%
Key (black)34.1%
Color previews
#5ca82e text on a black background
contrast 7.10:1
Card sample
#5ca82e text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ca82e;
Background color
Panel with #5ca82e background
background-color: #5ca82e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ca82e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 168, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 168, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ca82e; background: linear-gradient(135deg, #5ca82e, #2EA851);