#56a310
a dark, electric green · cool · closest name: forestgreen
RGB
86, 163, 16
HSL
91°, 82%, 35%
CMYK
47, 0, 90, 36
Luminance
0.2821
Every format
| HEX | #56a310 |
| RGB | rgb(86, 163, 16) |
| HSL | hsl(91, 82%, 35%) |
| CMYK | cmyk(47%, 0%, 90%, 36%) |
| LAB | lab(60.1 -46.0 59.4) |
| LCH | lch(60.1 75.1 127.8) |
| OKLCH | oklch(0.641 0.182 135.1) |
Copy-ready code
/* CSS */
color: #56a310;
background-color: #56a310;
/* Tailwind (arbitrary) */
class="text-[#56a310] bg-[#56a310]"
/* SCSS */
$brand: #56a310;
/* SwiftUI */
Color(red: 0.337, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#56a310")Accessibility — WCAG contrast
Aa
#56a310 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#56a310 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green63.9%
Blue6.3%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#56a310 text on a black background
contrast 6.64:1
Card sample
#56a310 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56a310;
Background color
Panel with #56a310 background
background-color: #56a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56a310; background: linear-gradient(135deg, #56a310, #10A32C);