#92c99d
a light, soft green · cool · closest name: aquamarine
RGB
146, 201, 157
HSL
132°, 34%, 68%
CMYK
27, 0, 22, 21
Luminance
0.5032
Every format
| HEX | #92c99d |
| RGB | rgb(146, 201, 157) |
| HSL | hsl(132, 34%, 68%) |
| CMYK | cmyk(27%, 0%, 22%, 21%) |
| LAB | lab(76.3 -26.7 16.4) |
| LCH | lch(76.3 31.3 148.5) |
| OKLCH | oklch(0.786 0.085 150.2) |
Copy-ready code
/* CSS */
color: #92c99d;
background-color: #92c99d;
/* Tailwind (arbitrary) */
class="text-[#92c99d] bg-[#92c99d]"
/* SCSS */
$brand: #92c99d;
/* SwiftUI */
Color(red: 0.573, green: 0.788, blue: 0.616)
/* Android */
Color.parseColor("#92c99d")Accessibility — WCAG contrast
Aa
#92c99d on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92c99d on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green78.8%
Blue61.6%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow21.9%
Key (black)21.2%
Color previews
#92c99d text on a black background
contrast 11.06:1
Card sample
#92c99d text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92c99d;
Background color
Panel with #92c99d background
background-color: #92c99d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92c99d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 201, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 201, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92c99d; background: linear-gradient(135deg, #92c99d, #92C9C2);