#7cbb21
a dark, vivid green · cool · closest name: olivedrab
RGB
124, 187, 33
HSL
85°, 70%, 43%
CMYK
34, 0, 82, 27
Luminance
0.3994
Every format
| HEX | #7cbb21 |
| RGB | rgb(124, 187, 33) |
| HSL | hsl(85, 70%, 43%) |
| CMYK | cmyk(34%, 0%, 82%, 27%) |
| LAB | lab(69.4 -42.1 64.4) |
| LCH | lch(69.4 76.9 123.2) |
| OKLCH | oklch(0.722 0.185 130.5) |
Copy-ready code
/* CSS */
color: #7cbb21;
background-color: #7cbb21;
/* Tailwind (arbitrary) */
class="text-[#7cbb21] bg-[#7cbb21]"
/* SCSS */
$brand: #7cbb21;
/* SwiftUI */
Color(red: 0.486, green: 0.733, blue: 0.129)
/* Android */
Color.parseColor("#7cbb21")Accessibility — WCAG contrast
Aa
#7cbb21 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbb21 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green73.3%
Blue12.9%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow82.4%
Key (black)26.7%
Color previews
#7cbb21 text on a black background
contrast 8.99:1
Card sample
#7cbb21 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbb21;
Background color
Panel with #7cbb21 background
background-color: #7cbb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 187, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 187, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbb21; background: linear-gradient(135deg, #7cbb21, #21BB2D);