#92af7f
a balanced, soft green · cool · closest name: tan
RGB
146, 175, 127
HSL
96°, 23%, 59%
CMYK
17, 0, 27, 31
Luminance
0.3830
Every format
| HEX | #92af7f |
| RGB | rgb(146, 175, 127) |
| HSL | hsl(96, 23%, 59%) |
| CMYK | cmyk(17%, 0%, 27%, 31%) |
| LAB | lab(68.2 -18.9 21.4) |
| LCH | lch(68.2 28.6 131.4) |
| OKLCH | oklch(0.720 0.074 133.3) |
Copy-ready code
/* CSS */
color: #92af7f;
background-color: #92af7f;
/* Tailwind (arbitrary) */
class="text-[#92af7f] bg-[#92af7f]"
/* SCSS */
$brand: #92af7f;
/* SwiftUI */
Color(red: 0.573, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#92af7f")Accessibility — WCAG contrast
Aa
#92af7f on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92af7f on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green68.6%
Blue49.8%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow27.4%
Key (black)31.4%
Color previews
#92af7f text on a black background
contrast 8.66:1
Card sample
#92af7f text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92af7f;
Background color
Panel with #92af7f background
background-color: #92af7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92af7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92af7f; background: linear-gradient(135deg, #92af7f, #7FAF8C);