#5dfeae
a light, electric green · cool · closest name: aquamarine
RGB
93, 254, 174
HSL
150°, 99%, 68%
CMYK
63, 0, 32, 0
Luminance
0.7627
Every format
| HEX | #5dfeae |
| RGB | rgb(93, 254, 174) |
| HSL | hsl(150, 99%, 68%) |
| CMYK | cmyk(63%, 0%, 32%, 0%) |
| LAB | lab(90.0 -59.8 26.1) |
| LCH | lch(90.0 65.2 156.4) |
| OKLCH | oklch(0.893 0.176 157.9) |
Copy-ready code
/* CSS */
color: #5dfeae;
background-color: #5dfeae;
/* Tailwind (arbitrary) */
class="text-[#5dfeae] bg-[#5dfeae]"
/* SCSS */
$brand: #5dfeae;
/* SwiftUI */
Color(red: 0.365, green: 0.996, blue: 0.682)
/* Android */
Color.parseColor("#5dfeae")Accessibility — WCAG contrast
Aa
#5dfeae on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfeae on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green99.6%
Blue68.2%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow31.5%
Key (black)0.4%
Color previews
#5dfeae text on a black background
contrast 16.25:1
Card sample
#5dfeae text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfeae;
Background color
Panel with #5dfeae background
background-color: #5dfeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 254, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 254, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfeae; background: linear-gradient(135deg, #5dfeae, #5DE3FE);