#92fd6c
a light, electric green · cool · closest name: lime
RGB
146, 253, 108
HSL
104°, 97%, 71%
CMYK
42, 0, 57, 1
Luminance
0.7744
Every format
| HEX | #92fd6c |
| RGB | rgb(146, 253, 108) |
| HSL | hsl(104, 97%, 71%) |
| CMYK | cmyk(42%, 0%, 57%, 1%) |
| LAB | lab(90.5 -56.4 58.8) |
| LCH | lch(90.5 81.4 133.8) |
| OKLCH | oklch(0.899 0.208 138.3) |
Copy-ready code
/* CSS */
color: #92fd6c;
background-color: #92fd6c;
/* Tailwind (arbitrary) */
class="text-[#92fd6c] bg-[#92fd6c]"
/* SCSS */
$brand: #92fd6c;
/* SwiftUI */
Color(red: 0.573, green: 0.992, blue: 0.424)
/* Android */
Color.parseColor("#92fd6c")Accessibility — WCAG contrast
Aa
#92fd6c on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92fd6c on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green99.2%
Blue42.4%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow57.3%
Key (black)0.8%
Color previews
#92fd6c text on a black background
contrast 16.49:1
Card sample
#92fd6c text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92fd6c;
Background color
Panel with #92fd6c background
background-color: #92fd6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92fd6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 253, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 253, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92fd6c; background: linear-gradient(135deg, #92fd6c, #6CFDA7);