#5dfbac
a light, electric green · cool · closest name: aquamarine
RGB
93, 251, 172
HSL
150°, 95%, 68%
CMYK
63, 0, 32, 2
Luminance
0.7430
Every format
| HEX | #5dfbac |
| RGB | rgb(93, 251, 172) |
| HSL | hsl(150, 95%, 68%) |
| CMYK | cmyk(63%, 0%, 32%, 2%) |
| LAB | lab(89.1 -59.0 25.9) |
| LCH | lch(89.1 64.4 156.3) |
| OKLCH | oklch(0.885 0.173 157.8) |
Copy-ready code
/* CSS */
color: #5dfbac;
background-color: #5dfbac;
/* Tailwind (arbitrary) */
class="text-[#5dfbac] bg-[#5dfbac]"
/* SCSS */
$brand: #5dfbac;
/* SwiftUI */
Color(red: 0.365, green: 0.984, blue: 0.675)
/* Android */
Color.parseColor("#5dfbac")Accessibility — WCAG contrast
Aa
#5dfbac on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfbac on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green98.4%
Blue67.5%
CMYK percentages
Cyan62.9%
Magenta0.0%
Yellow31.5%
Key (black)1.6%
Color previews
#5dfbac text on a black background
contrast 15.86:1
Card sample
#5dfbac text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfbac;
Background color
Panel with #5dfbac background
background-color: #5dfbac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfbac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 251, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 251, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfbac; background: linear-gradient(135deg, #5dfbac, #5DE1FB);