#7cb621
a dark, vivid green · cool · closest name: olivedrab
RGB
124, 182, 33
HSL
83°, 69%, 42%
CMYK
32, 0, 82, 29
Luminance
0.3785
Every format
| HEX | #7cb621 |
| RGB | rgb(124, 182, 33) |
| HSL | hsl(83, 69%, 42%) |
| CMYK | cmyk(32%, 0%, 82%, 29%) |
| LAB | lab(67.9 -40.0 63.0) |
| LCH | lch(67.9 74.6 122.4) |
| OKLCH | oklch(0.710 0.179 129.7) |
Copy-ready code
/* CSS */
color: #7cb621;
background-color: #7cb621;
/* Tailwind (arbitrary) */
class="text-[#7cb621] bg-[#7cb621]"
/* SCSS */
$brand: #7cb621;
/* SwiftUI */
Color(red: 0.486, green: 0.714, blue: 0.129)
/* Android */
Color.parseColor("#7cb621")Accessibility — WCAG contrast
Aa
#7cb621 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb621 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green71.4%
Blue12.9%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow81.9%
Key (black)28.6%
Color previews
#7cb621 text on a black background
contrast 8.57:1
Card sample
#7cb621 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb621;
Background color
Panel with #7cb621 background
background-color: #7cb621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 182, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 182, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb621; background: linear-gradient(135deg, #7cb621, #21B629);