#5dfeb9
a light, electric green · cool · closest name: aquamarine
RGB
93, 254, 185
HSL
154°, 99%, 68%
CMYK
63, 0, 27, 0
Luminance
0.7671
Every format
| HEX | #5dfeb9 |
| RGB | rgb(93, 254, 185) |
| HSL | hsl(154, 99%, 68%) |
| CMYK | cmyk(63%, 0%, 27%, 0%) |
| LAB | lab(90.2 -57.6 20.8) |
| LCH | lch(90.2 61.2 160.1) |
| OKLCH | oklch(0.895 0.166 161.4) |
Copy-ready code
/* CSS */
color: #5dfeb9;
background-color: #5dfeb9;
/* Tailwind (arbitrary) */
class="text-[#5dfeb9] bg-[#5dfeb9]"
/* SCSS */
$brand: #5dfeb9;
/* SwiftUI */
Color(red: 0.365, green: 0.996, blue: 0.725)
/* Android */
Color.parseColor("#5dfeb9")Accessibility — WCAG contrast
Aa
#5dfeb9 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfeb9 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green99.6%
Blue72.5%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow27.2%
Key (black)0.4%
Color previews
#5dfeb9 text on a black background
contrast 16.34:1
Card sample
#5dfeb9 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfeb9;
Background color
Panel with #5dfeb9 background
background-color: #5dfeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 254, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 254, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfeb9; background: linear-gradient(135deg, #5dfeb9, #5DD8FE);