#7cdb38
a balanced, vivid green · cool · closest name: forestgreen
RGB
124, 219, 56
HSL
95°, 69%, 54%
CMYK
43, 0, 74, 14
Luminance
0.5523
Every format
| HEX | #7cdb38 |
| RGB | rgb(124, 219, 56) |
| HSL | hsl(95, 69%, 54%) |
| CMYK | cmyk(43%, 0%, 74%, 14%) |
| LAB | lab(79.2 -54.1 66.7) |
| LCH | lch(79.2 85.8 129.0) |
| OKLCH | oklch(0.802 0.212 135.4) |
Copy-ready code
/* CSS */
color: #7cdb38;
background-color: #7cdb38;
/* Tailwind (arbitrary) */
class="text-[#7cdb38] bg-[#7cdb38]"
/* SCSS */
$brand: #7cdb38;
/* SwiftUI */
Color(red: 0.486, green: 0.859, blue: 0.220)
/* Android */
Color.parseColor("#7cdb38")Accessibility — WCAG contrast
Aa
#7cdb38 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdb38 on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.9%
Blue22.0%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow74.4%
Key (black)14.1%
Color previews
#7cdb38 text on a black background
contrast 12.05:1
Card sample
#7cdb38 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdb38;
Background color
Panel with #7cdb38 background
background-color: #7cdb38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdb38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 219, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 219, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdb38; background: linear-gradient(135deg, #7cdb38, #38DB61);