#56fdac
a light, electric green · cool · closest name: aquamarine
RGB
86, 253, 172
HSL
151°, 98%, 67%
CMYK
66, 0, 32, 1
Luminance
0.7521
Every format
| HEX | #56fdac |
| RGB | rgb(86, 253, 172) |
| HSL | hsl(151, 98%, 67%) |
| CMYK | cmyk(66%, 0%, 32%, 1%) |
| LAB | lab(89.5 -61.0 26.5) |
| LCH | lch(89.5 66.5 156.5) |
| OKLCH | oklch(0.888 0.179 158.0) |
Copy-ready code
/* CSS */
color: #56fdac;
background-color: #56fdac;
/* Tailwind (arbitrary) */
class="text-[#56fdac] bg-[#56fdac]"
/* SCSS */
$brand: #56fdac;
/* SwiftUI */
Color(red: 0.337, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#56fdac")Accessibility — WCAG contrast
Aa
#56fdac on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56fdac on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green99.2%
Blue67.5%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#56fdac text on a black background
contrast 16.04:1
Card sample
#56fdac text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56fdac;
Background color
Panel with #56fdac background
background-color: #56fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56fdac; background: linear-gradient(135deg, #56fdac, #56DFFD);