#92ad92
a balanced, muted green · cool · closest name: silver
RGB
146, 173, 146
HSL
120°, 14%, 63%
CMYK
16, 0, 16, 32
Luminance
0.3807
Every format
| HEX | #92ad92 |
| RGB | rgb(146, 173, 146) |
| HSL | hsl(120, 14%, 63%) |
| CMYK | cmyk(16%, 0%, 16%, 32%) |
| LAB | lab(68.1 -14.6 10.8) |
| LCH | lch(68.1 18.2 143.5) |
| OKLCH | oklch(0.720 0.049 145.0) |
Copy-ready code
/* CSS */
color: #92ad92;
background-color: #92ad92;
/* Tailwind (arbitrary) */
class="text-[#92ad92] bg-[#92ad92]"
/* SCSS */
$brand: #92ad92;
/* SwiftUI */
Color(red: 0.573, green: 0.678, blue: 0.573)
/* Android */
Color.parseColor("#92ad92")Accessibility — WCAG contrast
Aa
#92ad92 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92ad92 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green67.8%
Blue57.3%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow15.6%
Key (black)32.2%
Color previews
#92ad92 text on a black background
contrast 8.61:1
Card sample
#92ad92 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92ad92;
Background color
Panel with #92ad92 background
background-color: #92ad92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92ad92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 173, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 173, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92ad92; background: linear-gradient(135deg, #92ad92, #92ADA4);