#56feaf
a light, electric green · cool · closest name: aquamarine
RGB
86, 254, 175
HSL
152°, 99%, 67%
CMYK
66, 0, 31, 0
Luminance
0.7596
Every format
| HEX | #56feaf |
| RGB | rgb(86, 254, 175) |
| HSL | hsl(152, 99%, 67%) |
| CMYK | cmyk(66%, 0%, 31%, 0%) |
| LAB | lab(89.8 -60.8 25.4) |
| LCH | lch(89.8 65.9 157.3) |
| OKLCH | oklch(0.891 0.177 158.7) |
Copy-ready code
/* CSS */
color: #56feaf;
background-color: #56feaf;
/* Tailwind (arbitrary) */
class="text-[#56feaf] bg-[#56feaf]"
/* SCSS */
$brand: #56feaf;
/* SwiftUI */
Color(red: 0.337, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#56feaf")Accessibility — WCAG contrast
Aa
#56feaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56feaf on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green99.6%
Blue68.6%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#56feaf text on a black background
contrast 16.19:1
Card sample
#56feaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56feaf;
Background color
Panel with #56feaf background
background-color: #56feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56feaf; background: linear-gradient(135deg, #56feaf, #56DDFE);