#7ac994
a balanced, soft green · cool · closest name: aquamarine
RGB
122, 201, 148
HSL
140°, 42%, 63%
CMYK
39, 0, 26, 21
Luminance
0.4805
Every format
| HEX | #7ac994 |
| RGB | rgb(122, 201, 148) |
| HSL | hsl(140, 42%, 63%) |
| CMYK | cmyk(39%, 0%, 26%, 21%) |
| LAB | lab(74.8 -35.8 19.0) |
| LCH | lch(74.8 40.5 152.0) |
| OKLCH | oklch(0.771 0.110 153.7) |
Copy-ready code
/* CSS */
color: #7ac994;
background-color: #7ac994;
/* Tailwind (arbitrary) */
class="text-[#7ac994] bg-[#7ac994]"
/* SCSS */
$brand: #7ac994;
/* SwiftUI */
Color(red: 0.478, green: 0.788, blue: 0.580)
/* Android */
Color.parseColor("#7ac994")Accessibility — WCAG contrast
Aa
#7ac994 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac994 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green78.8%
Blue58.0%
CMYK percentages
Cyan39.3%
Magenta0.0%
Yellow26.4%
Key (black)21.2%
Color previews
#7ac994 text on a black background
contrast 10.61:1
Card sample
#7ac994 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac994;
Background color
Panel with #7ac994 background
background-color: #7ac994;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac994;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 201, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 201, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac994; background: linear-gradient(135deg, #7ac994, #7AC9C9);