#92fd9c
a light, electric green · cool · closest name: aquamarine
RGB
146, 253, 156
HSL
126°, 96%, 78%
CMYK
42, 0, 38, 1
Luminance
0.7876
Every format
| HEX | #92fd9c |
| RGB | rgb(146, 253, 156) |
| HSL | hsl(126, 96%, 78%) |
| CMYK | cmyk(42%, 0%, 38%, 1%) |
| LAB | lab(91.1 -50.3 37.0) |
| LCH | lch(91.1 62.4 143.6) |
| OKLCH | oklch(0.906 0.165 146.1) |
Copy-ready code
/* CSS */
color: #92fd9c;
background-color: #92fd9c;
/* Tailwind (arbitrary) */
class="text-[#92fd9c] bg-[#92fd9c]"
/* SCSS */
$brand: #92fd9c;
/* SwiftUI */
Color(red: 0.573, green: 0.992, blue: 0.612)
/* Android */
Color.parseColor("#92fd9c")Accessibility — WCAG contrast
Aa
#92fd9c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92fd9c on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green99.2%
Blue61.2%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow38.3%
Key (black)0.8%
Color previews
#92fd9c text on a black background
contrast 16.75:1
Card sample
#92fd9c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92fd9c;
Background color
Panel with #92fd9c background
background-color: #92fd9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92fd9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 253, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 253, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92fd9c; background: linear-gradient(135deg, #92fd9c, #92FDE3);