#7ace0f
a dark, electric green · cool · closest name: green
RGB
122, 206, 15
HSL
86°, 86%, 43%
CMYK
41, 0, 93, 19
Luminance
0.4831
Every format
| HEX | #7ace0f |
| RGB | rgb(122, 206, 15) |
| HSL | hsl(86, 86%, 43%) |
| CMYK | cmyk(41%, 0%, 93%, 19%) |
| LAB | lab(75.0 -51.2 72.5) |
| LCH | lch(75.0 88.8 125.2) |
| OKLCH | oklch(0.768 0.213 132.9) |
Copy-ready code
/* CSS */
color: #7ace0f;
background-color: #7ace0f;
/* Tailwind (arbitrary) */
class="text-[#7ace0f] bg-[#7ace0f]"
/* SCSS */
$brand: #7ace0f;
/* SwiftUI */
Color(red: 0.478, green: 0.808, blue: 0.059)
/* Android */
Color.parseColor("#7ace0f")Accessibility — WCAG contrast
Aa
#7ace0f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ace0f on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green80.8%
Blue5.9%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow92.7%
Key (black)19.2%
Color previews
#7ace0f text on a black background
contrast 10.66:1
Card sample
#7ace0f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ace0f;
Background color
Panel with #7ace0f background
background-color: #7ace0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ace0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 206, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 206, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ace0f; background: linear-gradient(135deg, #7ace0f, #0FCE23);