#92f47c
a light, electric green · cool · closest name: forestgreen
RGB
146, 244, 124
HSL
109°, 85%, 72%
CMYK
40, 0, 49, 4
Luminance
0.7227
Every format
| HEX | #92f47c |
| RGB | rgb(146, 244, 124) |
| HSL | hsl(109, 85%, 72%) |
| CMYK | cmyk(40%, 0%, 49%, 4%) |
| LAB | lab(88.1 -51.0 48.6) |
| LCH | lch(88.1 70.4 136.3) |
| OKLCH | oklch(0.880 0.182 140.0) |
Copy-ready code
/* CSS */
color: #92f47c;
background-color: #92f47c;
/* Tailwind (arbitrary) */
class="text-[#92f47c] bg-[#92f47c]"
/* SCSS */
$brand: #92f47c;
/* SwiftUI */
Color(red: 0.573, green: 0.957, blue: 0.486)
/* Android */
Color.parseColor("#92f47c")Accessibility — WCAG contrast
Aa
#92f47c on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92f47c on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green95.7%
Blue48.6%
CMYK percentages
Cyan40.2%
Magenta0.0%
Yellow49.2%
Key (black)4.3%
Color previews
#92f47c text on a black background
contrast 15.45:1
Card sample
#92f47c text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92f47c;
Background color
Panel with #92f47c background
background-color: #92f47c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92f47c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 244, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 244, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92f47c; background: linear-gradient(135deg, #92f47c, #7CF4B6);