#7bad41
a balanced, vivid green · cool · closest name: olivedrab
RGB
123, 173, 65
HSL
88°, 45%, 47%
CMYK
29, 0, 62, 32
Luminance
0.3448
Every format
| HEX | #7bad41 |
| RGB | rgb(123, 173, 65) |
| HSL | hsl(88, 45%, 47%) |
| CMYK | cmyk(29%, 0%, 62%, 32%) |
| LAB | lab(65.3 -34.3 48.9) |
| LCH | lch(65.3 59.7 125.1) |
| OKLCH | oklch(0.690 0.148 130.5) |
Copy-ready code
/* CSS */
color: #7bad41;
background-color: #7bad41;
/* Tailwind (arbitrary) */
class="text-[#7bad41] bg-[#7bad41]"
/* SCSS */
$brand: #7bad41;
/* SwiftUI */
Color(red: 0.482, green: 0.678, blue: 0.255)
/* Android */
Color.parseColor("#7bad41")Accessibility — WCAG contrast
Aa
#7bad41 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bad41 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green67.8%
Blue25.5%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow62.4%
Key (black)32.2%
Color previews
#7bad41 text on a black background
contrast 7.90:1
Card sample
#7bad41 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bad41;
Background color
Panel with #7bad41 background
background-color: #7bad41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bad41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 173, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 173, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bad41; background: linear-gradient(135deg, #7bad41, #41AD4F);