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