#7ac596
a balanced, soft green · cool · closest name: aquamarine
RGB
122, 197, 150
HSL
142°, 39%, 63%
CMYK
38, 0, 24, 23
Luminance
0.4627
Every format
| HEX | #7ac596 |
| RGB | rgb(122, 197, 150) |
| HSL | hsl(142, 39%, 63%) |
| CMYK | cmyk(38%, 0%, 24%, 23%) |
| LAB | lab(73.7 -33.6 16.4) |
| LCH | lch(73.7 37.3 154.0) |
| OKLCH | oklch(0.761 0.101 155.6) |
Copy-ready code
/* CSS */
color: #7ac596;
background-color: #7ac596;
/* Tailwind (arbitrary) */
class="text-[#7ac596] bg-[#7ac596]"
/* SCSS */
$brand: #7ac596;
/* SwiftUI */
Color(red: 0.478, green: 0.773, blue: 0.588)
/* Android */
Color.parseColor("#7ac596")Accessibility — WCAG contrast
Aa
#7ac596 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac596 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green77.3%
Blue58.8%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow23.9%
Key (black)22.7%
Color previews
#7ac596 text on a black background
contrast 10.25:1
Card sample
#7ac596 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac596;
Background color
Panel with #7ac596 background
background-color: #7ac596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 197, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 197, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac596; background: linear-gradient(135deg, #7ac596, #7AC2C5);