#7af0ad
a light, electric green · cool · closest name: aquamarine
RGB
122, 240, 173
HSL
146°, 80%, 71%
CMYK
49, 0, 28, 6
Luminance
0.6947
Every format
| HEX | #7af0ad |
| RGB | rgb(122, 240, 173) |
| HSL | hsl(146, 80%, 71%) |
| CMYK | cmyk(49%, 0%, 28%, 6%) |
| LAB | lab(86.7 -48.2 22.4) |
| LCH | lch(86.7 53.1 155.1) |
| OKLCH | oklch(0.869 0.144 156.7) |
Copy-ready code
/* CSS */
color: #7af0ad;
background-color: #7af0ad;
/* Tailwind (arbitrary) */
class="text-[#7af0ad] bg-[#7af0ad]"
/* SCSS */
$brand: #7af0ad;
/* SwiftUI */
Color(red: 0.478, green: 0.941, blue: 0.678)
/* Android */
Color.parseColor("#7af0ad")Accessibility — WCAG contrast
Aa
#7af0ad on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af0ad on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green94.1%
Blue67.8%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow27.9%
Key (black)5.9%
Color previews
#7af0ad text on a black background
contrast 14.89:1
Card sample
#7af0ad text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af0ad;
Background color
Panel with #7af0ad background
background-color: #7af0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 240, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 240, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af0ad; background: linear-gradient(135deg, #7af0ad, #7AE4F0);