#7bd73b
a balanced, vivid green · cool · closest name: forestgreen
RGB
123, 215, 59
HSL
95°, 66%, 54%
CMYK
43, 0, 73, 16
Luminance
0.5313
Every format
| HEX | #7bd73b |
| RGB | rgb(123, 215, 59) |
| HSL | hsl(95, 66%, 54%) |
| CMYK | cmyk(43%, 0%, 73%, 16%) |
| LAB | lab(78.0 -52.6 64.4) |
| LCH | lch(78.0 83.2 129.2) |
| OKLCH | oklch(0.792 0.206 135.4) |
Copy-ready code
/* CSS */
color: #7bd73b;
background-color: #7bd73b;
/* Tailwind (arbitrary) */
class="text-[#7bd73b] bg-[#7bd73b]"
/* SCSS */
$brand: #7bd73b;
/* SwiftUI */
Color(red: 0.482, green: 0.843, blue: 0.231)
/* Android */
Color.parseColor("#7bd73b")Accessibility — WCAG contrast
Aa
#7bd73b on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bd73b on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green84.3%
Blue23.1%
CMYK percentages
Cyan42.8%
Magenta0.0%
Yellow72.6%
Key (black)15.7%
Color previews
#7bd73b text on a black background
contrast 11.63:1
Card sample
#7bd73b text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bd73b;
Background color
Panel with #7bd73b background
background-color: #7bd73b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bd73b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 215, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 215, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bd73b; background: linear-gradient(135deg, #7bd73b, #3BD763);