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