#92fdaa
a light, electric green · cool · closest name: aquamarine
RGB
146, 253, 170
HSL
134°, 96%, 78%
CMYK
42, 0, 33, 1
Luminance
0.7926
Every format
| HEX | #92fdaa |
| RGB | rgb(146, 253, 170) |
| HSL | hsl(134, 96%, 78%) |
| CMYK | cmyk(42%, 0%, 33%, 1%) |
| LAB | lab(91.3 -48.0 30.3) |
| LCH | lch(91.3 56.8 147.7) |
| OKLCH | oklch(0.909 0.151 149.8) |
Copy-ready code
/* CSS */
color: #92fdaa;
background-color: #92fdaa;
/* Tailwind (arbitrary) */
class="text-[#92fdaa] bg-[#92fdaa]"
/* SCSS */
$brand: #92fdaa;
/* SwiftUI */
Color(red: 0.573, green: 0.992, blue: 0.667)
/* Android */
Color.parseColor("#92fdaa")Accessibility — WCAG contrast
Aa
#92fdaa on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92fdaa on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green99.2%
Blue66.7%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow32.8%
Key (black)0.8%
Color previews
#92fdaa text on a black background
contrast 16.85:1
Card sample
#92fdaa text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92fdaa;
Background color
Panel with #92fdaa background
background-color: #92fdaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92fdaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 253, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 253, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92fdaa; background: linear-gradient(135deg, #92fdaa, #92FDF1);