#7ae585
a light, vivid green · cool · closest name: aquamarine
RGB
122, 229, 133
HSL
126°, 67%, 69%
CMYK
47, 0, 42, 10
Luminance
0.6187
Every format
| HEX | #7ae585 |
| RGB | rgb(122, 229, 133) |
| HSL | hsl(126, 67%, 69%) |
| CMYK | cmyk(47%, 0%, 42%, 10%) |
| LAB | lab(82.8 -50.5 37.4) |
| LCH | lch(82.8 62.9 143.4) |
| OKLCH | oklch(0.835 0.165 146.1) |
Copy-ready code
/* CSS */
color: #7ae585;
background-color: #7ae585;
/* Tailwind (arbitrary) */
class="text-[#7ae585] bg-[#7ae585]"
/* SCSS */
$brand: #7ae585;
/* SwiftUI */
Color(red: 0.478, green: 0.898, blue: 0.522)
/* Android */
Color.parseColor("#7ae585")Accessibility — WCAG contrast
Aa
#7ae585 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae585 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green89.8%
Blue52.2%
CMYK percentages
Cyan46.7%
Magenta0.0%
Yellow41.9%
Key (black)10.2%
Color previews
#7ae585 text on a black background
contrast 13.37:1
Card sample
#7ae585 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae585;
Background color
Panel with #7ae585 background
background-color: #7ae585;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae585;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 229, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 229, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae585; background: linear-gradient(135deg, #7ae585, #7AE5CC);