#7acb3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 203, 63
HSL
95°, 57%, 52%
CMYK
40, 0, 69, 20
Luminance
0.4721
Every format
| HEX | #7acb3f |
| RGB | rgb(122, 203, 63) |
| HSL | hsl(95, 57%, 52%) |
| CMYK | cmyk(40%, 0%, 69%, 20%) |
| LAB | lab(74.3 -47.8 59.3) |
| LCH | lch(74.3 76.2 128.9) |
| OKLCH | oklch(0.763 0.190 134.8) |
Copy-ready code
/* CSS */
color: #7acb3f;
background-color: #7acb3f;
/* Tailwind (arbitrary) */
class="text-[#7acb3f] bg-[#7acb3f]"
/* SCSS */
$brand: #7acb3f;
/* SwiftUI */
Color(red: 0.478, green: 0.796, blue: 0.247)
/* Android */
Color.parseColor("#7acb3f")Accessibility — WCAG contrast
Aa
#7acb3f on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acb3f on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green79.6%
Blue24.7%
CMYK percentages
Cyan39.9%
Magenta0.0%
Yellow69.0%
Key (black)20.4%
Color previews
#7acb3f text on a black background
contrast 10.44:1
Card sample
#7acb3f text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acb3f;
Background color
Panel with #7acb3f background
background-color: #7acb3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acb3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 203, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 203, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acb3f; background: linear-gradient(135deg, #7acb3f, #3FCB61);