#7bc621
a balanced, vivid green · cool · closest name: forestgreen
RGB
123, 198, 33
HSL
87°, 71%, 45%
CMYK
38, 0, 83, 22
Luminance
0.4471
Every format
| HEX | #7bc621 |
| RGB | rgb(123, 198, 33) |
| HSL | hsl(87, 71%, 45%) |
| CMYK | cmyk(38%, 0%, 83%, 22%) |
| LAB | lab(72.7 -47.1 67.3) |
| LCH | lch(72.7 82.1 125.0) |
| OKLCH | oklch(0.749 0.199 132.3) |
Copy-ready code
/* CSS */
color: #7bc621;
background-color: #7bc621;
/* Tailwind (arbitrary) */
class="text-[#7bc621] bg-[#7bc621]"
/* SCSS */
$brand: #7bc621;
/* SwiftUI */
Color(red: 0.482, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#7bc621")Accessibility — WCAG contrast
Aa
#7bc621 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc621 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green77.6%
Blue12.9%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#7bc621 text on a black background
contrast 9.94:1
Card sample
#7bc621 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc621;
Background color
Panel with #7bc621 background
background-color: #7bc621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc621; background: linear-gradient(135deg, #7bc621, #21C635);