#92b080
a balanced, soft green · cool · closest name: tan
RGB
146, 176, 128
HSL
98°, 23%, 60%
CMYK
17, 0, 27, 31
Luminance
0.3872
Every format
| HEX | #92b080 |
| RGB | rgb(146, 176, 128) |
| HSL | hsl(98, 23%, 60%) |
| CMYK | cmyk(17%, 0%, 27%, 31%) |
| LAB | lab(68.5 -19.2 21.3) |
| LCH | lch(68.5 28.7 132.1) |
| OKLCH | oklch(0.722 0.075 134.0) |
Copy-ready code
/* CSS */
color: #92b080;
background-color: #92b080;
/* Tailwind (arbitrary) */
class="text-[#92b080] bg-[#92b080]"
/* SCSS */
$brand: #92b080;
/* SwiftUI */
Color(red: 0.573, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#92b080")Accessibility — WCAG contrast
Aa
#92b080 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92b080 on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green69.0%
Blue50.2%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow27.3%
Key (black)31.0%
Color previews
#92b080 text on a black background
contrast 8.74:1
Card sample
#92b080 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92b080;
Background color
Panel with #92b080 background
background-color: #92b080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92b080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92b080; background: linear-gradient(135deg, #92b080, #80B08E);