#7afdab
a light, electric green · cool · closest name: aquamarine
RGB
122, 253, 171
HSL
142°, 97%, 74%
CMYK
52, 0, 32, 1
Luminance
0.7733
Every format
| HEX | #7afdab |
| RGB | rgb(122, 253, 171) |
| HSL | hsl(142, 97%, 74%) |
| CMYK | cmyk(52%, 0%, 32%, 1%) |
| LAB | lab(90.5 -54.0 28.5) |
| LCH | lch(90.5 61.0 152.2) |
| OKLCH | oklch(0.899 0.164 154.0) |
Copy-ready code
/* CSS */
color: #7afdab;
background-color: #7afdab;
/* Tailwind (arbitrary) */
class="text-[#7afdab] bg-[#7afdab]"
/* SCSS */
$brand: #7afdab;
/* SwiftUI */
Color(red: 0.478, green: 0.992, blue: 0.671)
/* Android */
Color.parseColor("#7afdab")Accessibility — WCAG contrast
Aa
#7afdab on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afdab on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.2%
Blue67.1%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow32.4%
Key (black)0.8%
Color previews
#7afdab text on a black background
contrast 16.47:1
Card sample
#7afdab text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afdab;
Background color
Panel with #7afdab background
background-color: #7afdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 253, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 253, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afdab; background: linear-gradient(135deg, #7afdab, #7AF8FD);