#7ace4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 206, 79
HSL
100°, 56%, 56%
CMYK
41, 0, 62, 19
Luminance
0.4884
Every format
| HEX | #7ace4f |
| RGB | rgb(122, 206, 79) |
| HSL | hsl(100, 56%, 56%) |
| CMYK | cmyk(41%, 0%, 62%, 19%) |
| LAB | lab(75.3 -47.7 53.8) |
| LCH | lch(75.3 71.9 131.6) |
| OKLCH | oklch(0.771 0.182 136.6) |
Copy-ready code
/* CSS */
color: #7ace4f;
background-color: #7ace4f;
/* Tailwind (arbitrary) */
class="text-[#7ace4f] bg-[#7ace4f]"
/* SCSS */
$brand: #7ace4f;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.310)
/* Android */
Color.parseColor("#7ace4f")Accessibility — WCAG contrast
Aa
#7ace4f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ace4f on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue31.0%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow61.7%
Key (black)19.2%
Color previews
#7ace4f text on a black background
contrast 10.77:1
Card sample
#7ace4f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ace4f;
Background color
Panel with #7ace4f background
background-color: #7ace4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ace4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ace4f; background: linear-gradient(135deg, #7ace4f, #4FCE79);