#5df18c
a light, electric green · cool · closest name: aquamarine
RGB
93, 241, 140
HSL
139°, 84%, 66%
CMYK
61, 0, 42, 6
Luminance
0.6713
Every format
| HEX | #5df18c |
| RGB | rgb(93, 241, 140) |
| HSL | hsl(139, 84%, 66%) |
| CMYK | cmyk(61%, 0%, 42%, 6%) |
| LAB | lab(85.6 -60.9 37.3) |
| LCH | lch(85.6 71.5 148.5) |
| OKLCH | oklch(0.855 0.189 150.7) |
Copy-ready code
/* CSS */
color: #5df18c;
background-color: #5df18c;
/* Tailwind (arbitrary) */
class="text-[#5df18c] bg-[#5df18c]"
/* SCSS */
$brand: #5df18c;
/* SwiftUI */
Color(red: 0.365, green: 0.945, blue: 0.549)
/* Android */
Color.parseColor("#5df18c")Accessibility — WCAG contrast
Aa
#5df18c on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df18c on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green94.5%
Blue54.9%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow41.9%
Key (black)5.5%
Color previews
#5df18c text on a black background
contrast 14.43:1
Card sample
#5df18c text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df18c;
Background color
Panel with #5df18c background
background-color: #5df18c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df18c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 241, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 241, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df18c; background: linear-gradient(135deg, #5df18c, #5DF1EF);