#7acf63
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 207, 99
HSL
107°, 53%, 60%
CMYK
41, 0, 52, 19
Luminance
0.4966
Every format
| HEX | #7acf63 |
| RGB | rgb(122, 207, 99) |
| HSL | hsl(107, 53%, 60%) |
| CMYK | cmyk(41%, 0%, 52%, 19%) |
| LAB | lab(75.9 -46.0 45.3) |
| LCH | lch(75.9 64.6 135.4) |
| OKLCH | oklch(0.776 0.166 139.3) |
Copy-ready code
/* CSS */
color: #7acf63;
background-color: #7acf63;
/* Tailwind (arbitrary) */
class="text-[#7acf63] bg-[#7acf63]"
/* SCSS */
$brand: #7acf63;
/* SwiftUI */
Color(red: 0.478, green: 0.812, blue: 0.388)
/* Android */
Color.parseColor("#7acf63")Accessibility — WCAG contrast
Aa
#7acf63 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7acf63 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green81.2%
Blue38.8%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow52.2%
Key (black)18.8%
Color previews
#7acf63 text on a black background
contrast 10.93:1
Card sample
#7acf63 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7acf63;
Background color
Panel with #7acf63 background
background-color: #7acf63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7acf63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 207, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 207, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7acf63; background: linear-gradient(135deg, #7acf63, #63CF94);