#56b209
a dark, electric green · cool · closest name: green
RGB
86, 178, 9
HSL
93°, 90%, 37%
CMYK
52, 0, 95, 30
Luminance
0.3384
Every format
| HEX | #56b209 |
| RGB | rgb(86, 178, 9) |
| HSL | hsl(93, 90%, 37%) |
| CMYK | cmyk(52%, 0%, 95%, 30%) |
| LAB | lab(64.8 -52.0 64.3) |
| LCH | lch(64.8 82.7 128.9) |
| OKLCH | oklch(0.680 0.201 136.3) |
Copy-ready code
/* CSS */
color: #56b209;
background-color: #56b209;
/* Tailwind (arbitrary) */
class="text-[#56b209] bg-[#56b209]"
/* SCSS */
$brand: #56b209;
/* SwiftUI */
Color(red: 0.337, green: 0.698, blue: 0.035)
/* Android */
Color.parseColor("#56b209")Accessibility — WCAG contrast
Aa
#56b209 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56b209 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green69.8%
Blue3.5%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow94.9%
Key (black)30.2%
Color previews
#56b209 text on a black background
contrast 7.77:1
Card sample
#56b209 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56b209;
Background color
Panel with #56b209 background
background-color: #56b209;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56b209;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 178, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 178, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56b209; background: linear-gradient(135deg, #56b209, #09B22D);