#92fd7b
a light, electric green · cool · closest name: forestgreen
RGB
146, 253, 123
HSL
109°, 97%, 74%
CMYK
42, 0, 51, 1
Luminance
0.7779
Every format
| HEX | #92fd7b |
| RGB | rgb(146, 253, 123) |
| HSL | hsl(109, 97%, 74%) |
| CMYK | cmyk(42%, 0%, 51%, 1%) |
| LAB | lab(90.7 -54.7 52.2) |
| LCH | lch(90.7 75.7 136.3) |
| OKLCH | oklch(0.901 0.195 140.1) |
Copy-ready code
/* CSS */
color: #92fd7b;
background-color: #92fd7b;
/* Tailwind (arbitrary) */
class="text-[#92fd7b] bg-[#92fd7b]"
/* SCSS */
$brand: #92fd7b;
/* SwiftUI */
Color(red: 0.573, green: 0.992, blue: 0.482)
/* Android */
Color.parseColor("#92fd7b")Accessibility — WCAG contrast
Aa
#92fd7b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92fd7b on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green99.2%
Blue48.2%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow51.4%
Key (black)0.8%
Color previews
#92fd7b text on a black background
contrast 16.56:1
Card sample
#92fd7b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92fd7b;
Background color
Panel with #92fd7b background
background-color: #92fd7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92fd7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 253, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 253, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92fd7b; background: linear-gradient(135deg, #92fd7b, #7BFDBB);