#7bc721
a balanced, vivid green · cool · closest name: forestgreen
RGB
123, 199, 33
HSL
88°, 72%, 46%
CMYK
38, 0, 83, 22
Luminance
0.4517
Every format
| HEX | #7bc721 |
| RGB | rgb(123, 199, 33) |
| HSL | hsl(88, 72%, 46%) |
| CMYK | cmyk(38%, 0%, 83%, 22%) |
| LAB | lab(73.0 -47.5 67.5) |
| LCH | lch(73.0 82.6 125.1) |
| OKLCH | oklch(0.751 0.200 132.4) |
Copy-ready code
/* CSS */
color: #7bc721;
background-color: #7bc721;
/* Tailwind (arbitrary) */
class="text-[#7bc721] bg-[#7bc721]"
/* SCSS */
$brand: #7bc721;
/* SwiftUI */
Color(red: 0.482, green: 0.780, blue: 0.129)
/* Android */
Color.parseColor("#7bc721")Accessibility — WCAG contrast
Aa
#7bc721 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bc721 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green78.0%
Blue12.9%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow83.4%
Key (black)22.0%
Color previews
#7bc721 text on a black background
contrast 10.03:1
Card sample
#7bc721 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bc721;
Background color
Panel with #7bc721 background
background-color: #7bc721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bc721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 199, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 199, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bc721; background: linear-gradient(135deg, #7bc721, #21C736);