#56e356
a balanced, vivid green · cool · closest name: lime
RGB
86, 227, 86
HSL
120°, 72%, 61%
CMYK
62, 0, 62, 11
Luminance
0.5759
Every format
| HEX | #56e356 |
| RGB | rgb(86, 227, 86) |
| HSL | hsl(120, 72%, 61%) |
| CMYK | cmyk(62%, 0%, 62%, 11%) |
| LAB | lab(80.5 -64.6 56.3) |
| LCH | lch(80.5 85.7 139.0) |
| OKLCH | oklch(0.810 0.219 143.2) |
Copy-ready code
/* CSS */
color: #56e356;
background-color: #56e356;
/* Tailwind (arbitrary) */
class="text-[#56e356] bg-[#56e356]"
/* SCSS */
$brand: #56e356;
/* SwiftUI */
Color(red: 0.337, green: 0.890, blue: 0.337)
/* Android */
Color.parseColor("#56e356")Accessibility — WCAG contrast
Aa
#56e356 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56e356 on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green89.0%
Blue33.7%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow62.1%
Key (black)11.0%
Color previews
#56e356 text on a black background
contrast 12.52:1
Card sample
#56e356 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56e356;
Background color
Panel with #56e356 background
background-color: #56e356;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56e356;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 227, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 227, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56e356; background: linear-gradient(135deg, #56e356, #56E3B4);