#92fd94
a light, electric green · cool · closest name: aquamarine
RGB
146, 253, 148
HSL
121°, 96%, 78%
CMYK
42, 0, 42, 1
Luminance
0.7850
Every format
| HEX | #92fd94 |
| RGB | rgb(146, 253, 148) |
| HSL | hsl(121, 96%, 78%) |
| CMYK | cmyk(42%, 0%, 42%, 1%) |
| LAB | lab(91.0 -51.5 40.8) |
| LCH | lch(91.0 65.7 141.6) |
| OKLCH | oklch(0.905 0.172 144.4) |
Copy-ready code
/* CSS */
color: #92fd94;
background-color: #92fd94;
/* Tailwind (arbitrary) */
class="text-[#92fd94] bg-[#92fd94]"
/* SCSS */
$brand: #92fd94;
/* SwiftUI */
Color(red: 0.573, green: 0.992, blue: 0.580)
/* Android */
Color.parseColor("#92fd94")Accessibility — WCAG contrast
Aa
#92fd94 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92fd94 on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green99.2%
Blue58.0%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow41.5%
Key (black)0.8%
Color previews
#92fd94 text on a black background
contrast 16.70:1
Card sample
#92fd94 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92fd94;
Background color
Panel with #92fd94 background
background-color: #92fd94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92fd94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 253, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 253, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92fd94; background: linear-gradient(135deg, #92fd94, #92FDDB);