#7cb11b
a dark, vivid green · cool · closest name: olivedrab
RGB
124, 177, 27
HSL
81°, 74%, 40%
CMYK
30, 0, 85, 31
Luminance
0.3581
Every format
| HEX | #7cb11b |
| RGB | rgb(124, 177, 27) |
| HSL | hsl(81, 74%, 40%) |
| CMYK | cmyk(30%, 0%, 85%, 31%) |
| LAB | lab(66.4 -38.0 63.2) |
| LCH | lch(66.4 73.7 121.0) |
| OKLCH | oklch(0.697 0.176 128.5) |
Copy-ready code
/* CSS */
color: #7cb11b;
background-color: #7cb11b;
/* Tailwind (arbitrary) */
class="text-[#7cb11b] bg-[#7cb11b]"
/* SCSS */
$brand: #7cb11b;
/* SwiftUI */
Color(red: 0.486, green: 0.694, blue: 0.106)
/* Android */
Color.parseColor("#7cb11b")Accessibility — WCAG contrast
Aa
#7cb11b on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb11b on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green69.4%
Blue10.6%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow84.7%
Key (black)30.6%
Color previews
#7cb11b text on a black background
contrast 8.16:1
Card sample
#7cb11b text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb11b;
Background color
Panel with #7cb11b background
background-color: #7cb11b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb11b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 177, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 177, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb11b; background: linear-gradient(135deg, #7cb11b, #1BB11E);