#7aeabf
a light, vivid green · cool · closest name: aquamarine
RGB
122, 234, 191
HSL
157°, 73%, 70%
CMYK
48, 0, 18, 8
Luminance
0.6674
Every format
| HEX | #7aeabf |
| RGB | rgb(122, 234, 191) |
| HSL | hsl(157, 73%, 70%) |
| CMYK | cmyk(48%, 0%, 18%, 8%) |
| LAB | lab(85.4 -42.0 11.1) |
| LCH | lch(85.4 43.4 165.2) |
| OKLCH | oklch(0.859 0.121 166.4) |
Copy-ready code
/* CSS */
color: #7aeabf;
background-color: #7aeabf;
/* Tailwind (arbitrary) */
class="text-[#7aeabf] bg-[#7aeabf]"
/* SCSS */
$brand: #7aeabf;
/* SwiftUI */
Color(red: 0.478, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#7aeabf")Accessibility — WCAG contrast
Aa
#7aeabf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aeabf on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green91.8%
Blue74.9%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#7aeabf text on a black background
contrast 14.35:1
Card sample
#7aeabf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aeabf;
Background color
Panel with #7aeabf background
background-color: #7aeabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aeabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aeabf; background: linear-gradient(135deg, #7aeabf, #7ACAEA);