#7aefbd
a light, electric green · cool · closest name: aquamarine
RGB
122, 239, 189
HSL
154°, 79%, 71%
CMYK
49, 0, 21, 6
Luminance
0.6954
Every format
| HEX | #7aefbd |
| RGB | rgb(122, 239, 189) |
| HSL | hsl(154, 79%, 71%) |
| CMYK | cmyk(49%, 0%, 21%, 6%) |
| LAB | lab(86.8 -44.6 14.1) |
| LCH | lch(86.8 46.8 162.4) |
| OKLCH | oklch(0.870 0.129 163.7) |
Copy-ready code
/* CSS */
color: #7aefbd;
background-color: #7aefbd;
/* Tailwind (arbitrary) */
class="text-[#7aefbd] bg-[#7aefbd]"
/* SCSS */
$brand: #7aefbd;
/* SwiftUI */
Color(red: 0.478, green: 0.937, blue: 0.741)
/* Android */
Color.parseColor("#7aefbd")Accessibility — WCAG contrast
Aa
#7aefbd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aefbd on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green93.7%
Blue74.1%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow20.9%
Key (black)6.3%
Color previews
#7aefbd text on a black background
contrast 14.91:1
Card sample
#7aefbd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aefbd;
Background color
Panel with #7aefbd background
background-color: #7aefbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aefbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 239, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 239, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aefbd; background: linear-gradient(135deg, #7aefbd, #7AD3EF);