#7aeac4
a light, vivid green · cool · closest name: aquamarine
RGB
122, 234, 196
HSL
160°, 73%, 70%
CMYK
48, 0, 16, 8
Luminance
0.6697
Every format
| HEX | #7aeac4 |
| RGB | rgb(122, 234, 196) |
| HSL | hsl(160, 73%, 70%) |
| CMYK | cmyk(48%, 0%, 16%, 8%) |
| LAB | lab(85.5 -40.9 8.6) |
| LCH | lch(85.5 41.8 168.1) |
| OKLCH | oklch(0.860 0.117 169.1) |
Copy-ready code
/* CSS */
color: #7aeac4;
background-color: #7aeac4;
/* Tailwind (arbitrary) */
class="text-[#7aeac4] bg-[#7aeac4]"
/* SCSS */
$brand: #7aeac4;
/* SwiftUI */
Color(red: 0.478, green: 0.918, blue: 0.769)
/* Android */
Color.parseColor("#7aeac4")Accessibility — WCAG contrast
Aa
#7aeac4 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aeac4 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green91.8%
Blue76.9%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow16.2%
Key (black)8.2%
Color previews
#7aeac4 text on a black background
contrast 14.39:1
Card sample
#7aeac4 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aeac4;
Background color
Panel with #7aeac4 background
background-color: #7aeac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aeac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 234, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 234, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aeac4; background: linear-gradient(135deg, #7aeac4, #7AC5EA);