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