#5cf192
a light, electric green · cool · closest name: aquamarine
RGB
92, 241, 146
HSL
142°, 84%, 65%
CMYK
62, 0, 39, 6
Luminance
0.6726
Every format
| HEX | #5cf192 |
| RGB | rgb(92, 241, 146) |
| HSL | hsl(142, 84%, 65%) |
| CMYK | cmyk(62%, 0%, 39%, 6%) |
| LAB | lab(85.6 -60.1 34.4) |
| LCH | lch(85.6 69.3 150.2) |
| OKLCH | oklch(0.856 0.184 152.2) |
Copy-ready code
/* CSS */
color: #5cf192;
background-color: #5cf192;
/* Tailwind (arbitrary) */
class="text-[#5cf192] bg-[#5cf192]"
/* SCSS */
$brand: #5cf192;
/* SwiftUI */
Color(red: 0.361, green: 0.945, blue: 0.573)
/* Android */
Color.parseColor("#5cf192")Accessibility — WCAG contrast
Aa
#5cf192 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf192 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green94.5%
Blue57.3%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow39.4%
Key (black)5.5%
Color previews
#5cf192 text on a black background
contrast 14.45:1
Card sample
#5cf192 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf192;
Background color
Panel with #5cf192 background
background-color: #5cf192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 241, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 241, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf192; background: linear-gradient(135deg, #5cf192, #5CEDF1);