#5ca81f
a dark, vivid green · cool · closest name: forestgreen
RGB
92, 168, 31
HSL
93°, 69%, 39%
CMYK
45, 0, 82, 34
Luminance
0.3038
Every format
| HEX | #5ca81f |
| RGB | rgb(92, 168, 31) |
| HSL | hsl(93, 69%, 39%) |
| CMYK | cmyk(45%, 0%, 82%, 34%) |
| LAB | lab(62.0 -45.5 57.6) |
| LCH | lch(62.0 73.4 128.3) |
| OKLCH | oklch(0.657 0.180 135.1) |
Copy-ready code
/* CSS */
color: #5ca81f;
background-color: #5ca81f;
/* Tailwind (arbitrary) */
class="text-[#5ca81f] bg-[#5ca81f]"
/* SCSS */
$brand: #5ca81f;
/* SwiftUI */
Color(red: 0.361, green: 0.659, blue: 0.122)
/* Android */
Color.parseColor("#5ca81f")Accessibility — WCAG contrast
Aa
#5ca81f on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ca81f on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green65.9%
Blue12.2%
CMYK percentages
Cyan45.2%
Magenta0.0%
Yellow81.5%
Key (black)34.1%
Color previews
#5ca81f text on a black background
contrast 7.08:1
Card sample
#5ca81f text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ca81f;
Background color
Panel with #5ca81f background
background-color: #5ca81f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ca81f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 168, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 168, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ca81f; background: linear-gradient(135deg, #5ca81f, #1FA83D);