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