#5cf18a
a light, electric green · cool · closest name: aquamarine
RGB
92, 241, 138
HSL
139°, 84%, 65%
CMYK
62, 0, 43, 6
Luminance
0.6702
Every format
| HEX | #5cf18a |
| RGB | rgb(92, 241, 138) |
| HSL | hsl(139, 84%, 65%) |
| CMYK | cmyk(62%, 0%, 43%, 6%) |
| LAB | lab(85.5 -61.5 38.2) |
| LCH | lch(85.5 72.4 148.1) |
| OKLCH | oklch(0.854 0.191 150.4) |
Copy-ready code
/* CSS */
color: #5cf18a;
background-color: #5cf18a;
/* Tailwind (arbitrary) */
class="text-[#5cf18a] bg-[#5cf18a]"
/* SCSS */
$brand: #5cf18a;
/* SwiftUI */
Color(red: 0.361, green: 0.945, blue: 0.541)
/* Android */
Color.parseColor("#5cf18a")Accessibility — WCAG contrast
Aa
#5cf18a on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf18a on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green94.5%
Blue54.1%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow42.7%
Key (black)5.5%
Color previews
#5cf18a text on a black background
contrast 14.40:1
Card sample
#5cf18a text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf18a;
Background color
Panel with #5cf18a background
background-color: #5cf18a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf18a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 241, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 241, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf18a; background: linear-gradient(135deg, #5cf18a, #5CF1ED);