#92f169
a light, electric green · cool · closest name: forestgreen
RGB
146, 241, 105
HSL
102°, 83%, 68%
CMYK
39, 0, 56, 6
Luminance
0.7004
Every format
| HEX | #92f169 |
| RGB | rgb(146, 241, 105) |
| HSL | hsl(102, 83%, 68%) |
| CMYK | cmyk(39%, 0%, 56%, 6%) |
| LAB | lab(87.0 -51.9 56.0) |
| LCH | lch(87.0 76.4 132.8) |
| OKLCH | oklch(0.871 0.195 137.3) |
Copy-ready code
/* CSS */
color: #92f169;
background-color: #92f169;
/* Tailwind (arbitrary) */
class="text-[#92f169] bg-[#92f169]"
/* SCSS */
$brand: #92f169;
/* SwiftUI */
Color(red: 0.573, green: 0.945, blue: 0.412)
/* Android */
Color.parseColor("#92f169")Accessibility — WCAG contrast
Aa
#92f169 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92f169 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green94.5%
Blue41.2%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow56.4%
Key (black)5.5%
Color previews
#92f169 text on a black background
contrast 15.01:1
Card sample
#92f169 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92f169;
Background color
Panel with #92f169 background
background-color: #92f169;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92f169;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 241, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 241, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92f169; background: linear-gradient(135deg, #92f169, #69F19B);