#92c992
a light, soft green · cool · closest name: aquamarine
RGB
146, 201, 146
HSL
120°, 34%, 68%
CMYK
27, 0, 27, 21
Luminance
0.4996
Every format
| HEX | #92c992 |
| RGB | rgb(146, 201, 146) |
| HSL | hsl(120, 34%, 68%) |
| CMYK | cmyk(27%, 0%, 27%, 21%) |
| LAB | lab(76.0 -28.6 21.9) |
| LCH | lch(76.0 36.0 142.6) |
| OKLCH | oklch(0.783 0.096 144.6) |
Copy-ready code
/* CSS */
color: #92c992;
background-color: #92c992;
/* Tailwind (arbitrary) */
class="text-[#92c992] bg-[#92c992]"
/* SCSS */
$brand: #92c992;
/* SwiftUI */
Color(red: 0.573, green: 0.788, blue: 0.573)
/* Android */
Color.parseColor("#92c992")Accessibility — WCAG contrast
Aa
#92c992 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92c992 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green78.8%
Blue57.3%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow27.4%
Key (black)21.2%
Color previews
#92c992 text on a black background
contrast 10.99:1
Card sample
#92c992 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92c992;
Background color
Panel with #92c992 background
background-color: #92c992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92c992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 201, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 201, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92c992; background: linear-gradient(135deg, #92c992, #92C9B7);