#7af49b
a light, electric green · cool · closest name: aquamarine
RGB
122, 244, 155
HSL
136°, 85%, 72%
CMYK
50, 0, 37, 4
Luminance
0.7121
Every format
| HEX | #7af49b |
| RGB | rgb(122, 244, 155) |
| HSL | hsl(136, 85%, 72%) |
| CMYK | cmyk(50%, 0%, 37%, 4%) |
| LAB | lab(87.6 -53.1 32.6) |
| LCH | lch(87.6 62.3 148.4) |
| OKLCH | oklch(0.875 0.166 150.5) |
Copy-ready code
/* CSS */
color: #7af49b;
background-color: #7af49b;
/* Tailwind (arbitrary) */
class="text-[#7af49b] bg-[#7af49b]"
/* SCSS */
$brand: #7af49b;
/* SwiftUI */
Color(red: 0.478, green: 0.957, blue: 0.608)
/* Android */
Color.parseColor("#7af49b")Accessibility — WCAG contrast
Aa
#7af49b on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af49b on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green95.7%
Blue60.8%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow36.5%
Key (black)4.3%
Color previews
#7af49b text on a black background
contrast 15.24:1
Card sample
#7af49b text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af49b;
Background color
Panel with #7af49b background
background-color: #7af49b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af49b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 244, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 244, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af49b; background: linear-gradient(135deg, #7af49b, #7AF4EC);