#56e38e
a balanced, vivid green · cool · closest name: aquamarine
RGB
86, 227, 142
HSL
144°, 72%, 61%
CMYK
62, 0, 37, 11
Luminance
0.5887
Every format
| HEX | #56e38e |
| RGB | rgb(86, 227, 142) |
| HSL | hsl(144, 72%, 61%) |
| CMYK | cmyk(62%, 0%, 37%, 11%) |
| LAB | lab(81.2 -56.7 30.6) |
| LCH | lch(81.2 64.4 151.7) |
| OKLCH | oklch(0.819 0.171 153.5) |
Copy-ready code
/* CSS */
color: #56e38e;
background-color: #56e38e;
/* Tailwind (arbitrary) */
class="text-[#56e38e] bg-[#56e38e]"
/* SCSS */
$brand: #56e38e;
/* SwiftUI */
Color(red: 0.337, green: 0.890, blue: 0.557)
/* Android */
Color.parseColor("#56e38e")Accessibility — WCAG contrast
Aa
#56e38e on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56e38e on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green89.0%
Blue55.7%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow37.4%
Key (black)11.0%
Color previews
#56e38e text on a black background
contrast 12.77:1
Card sample
#56e38e text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56e38e;
Background color
Panel with #56e38e background
background-color: #56e38e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56e38e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 227, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 227, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56e38e; background: linear-gradient(135deg, #56e38e, #56DAE3);