#92cb2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
146, 203, 47
HSL
82°, 62%, 49%
CMYK
28, 0, 77, 20
Luminance
0.4903
Every format
| HEX | #92cb2f |
| RGB | rgb(146, 203, 47) |
| HSL | hsl(82, 62%, 49%) |
| CMYK | cmyk(28%, 0%, 77%, 20%) |
| LAB | lab(75.5 -40.3 66.3) |
| LCH | lch(75.5 77.6 121.3) |
| OKLCH | oklch(0.775 0.187 128.3) |
Copy-ready code
/* CSS */
color: #92cb2f;
background-color: #92cb2f;
/* Tailwind (arbitrary) */
class="text-[#92cb2f] bg-[#92cb2f]"
/* SCSS */
$brand: #92cb2f;
/* SwiftUI */
Color(red: 0.573, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#92cb2f")Accessibility — WCAG contrast
Aa
#92cb2f on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#92cb2f on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green79.6%
Blue18.4%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow76.8%
Key (black)20.4%
Color previews
#92cb2f text on a black background
contrast 10.81:1
Card sample
#92cb2f text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #92cb2f;
Background color
Panel with #92cb2f background
background-color: #92cb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #92cb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #92cb2f; background: linear-gradient(135deg, #92cb2f, #2FCB34);