#5ca310
a dark, electric green · cool · closest name: forestgreen
RGB
92, 163, 16
HSL
89°, 82%, 35%
CMYK
44, 0, 90, 36
Luminance
0.2851
Every format
| HEX | #5ca310 |
| RGB | rgb(92, 163, 16) |
| HSL | hsl(89, 82%, 35%) |
| CMYK | cmyk(44%, 0%, 90%, 36%) |
| LAB | lab(60.3 -44.0 59.7) |
| LCH | lch(60.3 74.2 126.4) |
| OKLCH | oklch(0.643 0.179 133.9) |
Copy-ready code
/* CSS */
color: #5ca310;
background-color: #5ca310;
/* Tailwind (arbitrary) */
class="text-[#5ca310] bg-[#5ca310]"
/* SCSS */
$brand: #5ca310;
/* SwiftUI */
Color(red: 0.361, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#5ca310")Accessibility — WCAG contrast
Aa
#5ca310 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5ca310 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green63.9%
Blue6.3%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#5ca310 text on a black background
contrast 6.70:1
Card sample
#5ca310 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ca310;
Background color
Panel with #5ca310 background
background-color: #5ca310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ca310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ca310; background: linear-gradient(135deg, #5ca310, #10A326);