#5dfebc
a light, electric green · cool · closest name: aquamarine
RGB
93, 254, 188
HSL
155°, 99%, 68%
CMYK
63, 0, 26, 0
Luminance
0.7684
Every format
| HEX | #5dfebc |
| RGB | rgb(93, 254, 188) |
| HSL | hsl(155, 99%, 68%) |
| CMYK | cmyk(63%, 0%, 26%, 0%) |
| LAB | lab(90.3 -57.0 19.4) |
| LCH | lch(90.3 60.2 161.2) |
| OKLCH | oklch(0.896 0.164 162.5) |
Copy-ready code
/* CSS */
color: #5dfebc;
background-color: #5dfebc;
/* Tailwind (arbitrary) */
class="text-[#5dfebc] bg-[#5dfebc]"
/* SCSS */
$brand: #5dfebc;
/* SwiftUI */
Color(red: 0.365, green: 0.996, blue: 0.737)
/* Android */
Color.parseColor("#5dfebc")Accessibility — WCAG contrast
Aa
#5dfebc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfebc on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green99.6%
Blue73.7%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow26.0%
Key (black)0.4%
Color previews
#5dfebc text on a black background
contrast 16.37:1
Card sample
#5dfebc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfebc;
Background color
Panel with #5dfebc background
background-color: #5dfebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 254, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 254, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfebc; background: linear-gradient(135deg, #5dfebc, #5DD5FE);