#92c164
a balanced, soft green · cool · closest name: olivedrab
RGB
146, 193, 100
HSL
90°, 43%, 58%
CMYK
24, 0, 48, 24
Luminance
0.4517
Every format
| HEX | #92c164 |
| RGB | rgb(146, 193, 100) |
| HSL | hsl(90, 43%, 58%) |
| CMYK | cmyk(24%, 0%, 48%, 24%) |
| LAB | lab(73.0 -31.4 41.6) |
| LCH | lch(73.0 52.2 127.0) |
| OKLCH | oklch(0.756 0.133 131.0) |
Copy-ready code
/* CSS */
color: #92c164;
background-color: #92c164;
/* Tailwind (arbitrary) */
class="text-[#92c164] bg-[#92c164]"
/* SCSS */
$brand: #92c164;
/* SwiftUI */
Color(red: 0.573, green: 0.757, blue: 0.392)
/* Android */
Color.parseColor("#92c164")Accessibility — WCAG contrast
Aa
#92c164 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92c164 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green75.7%
Blue39.2%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow48.2%
Key (black)24.3%
Color previews
#92c164 text on a black background
contrast 10.03:1
Card sample
#92c164 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92c164;
Background color
Panel with #92c164 background
background-color: #92c164;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92c164;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 193, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 193, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92c164; background: linear-gradient(135deg, #92c164, #64C174);