#7bcb21
a balanced, vivid green · cool · closest name: forestgreen
RGB
123, 203, 33
HSL
88°, 72%, 46%
CMYK
39, 0, 84, 20
Luminance
0.4703
Every format
| HEX | #7bcb21 |
| RGB | rgb(123, 203, 33) |
| HSL | hsl(88, 72%, 46%) |
| CMYK | cmyk(39%, 0%, 84%, 20%) |
| LAB | lab(74.2 -49.2 68.6) |
| LCH | lch(74.2 84.4 125.6) |
| OKLCH | oklch(0.761 0.204 132.9) |
Copy-ready code
/* CSS */
color: #7bcb21;
background-color: #7bcb21;
/* Tailwind (arbitrary) */
class="text-[#7bcb21] bg-[#7bcb21]"
/* SCSS */
$brand: #7bcb21;
/* SwiftUI */
Color(red: 0.482, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#7bcb21")Accessibility — WCAG contrast
Aa
#7bcb21 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcb21 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green79.6%
Blue12.9%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow83.7%
Key (black)20.4%
Color previews
#7bcb21 text on a black background
contrast 10.41:1
Card sample
#7bcb21 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcb21;
Background color
Panel with #7bcb21 background
background-color: #7bcb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcb21; background: linear-gradient(135deg, #7bcb21, #21CB38);