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