#5df4ab
a light, electric green · cool · closest name: aquamarine
RGB
93, 244, 171
HSL
151°, 87%, 66%
CMYK
62, 0, 30, 4
Luminance
0.6997
Every format
| HEX | #5df4ab |
| RGB | rgb(93, 244, 171) |
| HSL | hsl(151, 87%, 66%) |
| CMYK | cmyk(62%, 0%, 30%, 4%) |
| LAB | lab(87.0 -56.5 23.6) |
| LCH | lch(87.0 61.2 157.3) |
| OKLCH | oklch(0.868 0.165 158.8) |
Copy-ready code
/* CSS */
color: #5df4ab;
background-color: #5df4ab;
/* Tailwind (arbitrary) */
class="text-[#5df4ab] bg-[#5df4ab]"
/* SCSS */
$brand: #5df4ab;
/* SwiftUI */
Color(red: 0.365, green: 0.957, blue: 0.671)
/* Android */
Color.parseColor("#5df4ab")Accessibility — WCAG contrast
Aa
#5df4ab on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df4ab on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green95.7%
Blue67.1%
CMYK percentages
Cyan61.9%
Magenta0.0%
Yellow29.9%
Key (black)4.3%
Color previews
#5df4ab text on a black background
contrast 14.99:1
Card sample
#5df4ab text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df4ab;
Background color
Panel with #5df4ab background
background-color: #5df4ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df4ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 244, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 244, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df4ab; background: linear-gradient(135deg, #5df4ab, #5DD8F4);