#7af3ad
a light, electric green · cool · closest name: aquamarine
RGB
122, 243, 173
HSL
145°, 83%, 72%
CMYK
50, 0, 29, 5
Luminance
0.7126
Every format
| HEX | #7af3ad |
| RGB | rgb(122, 243, 173) |
| HSL | hsl(145, 83%, 72%) |
| CMYK | cmyk(50%, 0%, 29%, 5%) |
| LAB | lab(87.6 -49.5 23.5) |
| LCH | lch(87.6 54.8 154.6) |
| OKLCH | oklch(0.876 0.148 156.2) |
Copy-ready code
/* CSS */
color: #7af3ad;
background-color: #7af3ad;
/* Tailwind (arbitrary) */
class="text-[#7af3ad] bg-[#7af3ad]"
/* SCSS */
$brand: #7af3ad;
/* SwiftUI */
Color(red: 0.478, green: 0.953, blue: 0.678)
/* Android */
Color.parseColor("#7af3ad")Accessibility — WCAG contrast
Aa
#7af3ad on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af3ad on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green95.3%
Blue67.8%
CMYK percentages
Cyan49.8%
Magenta0.0%
Yellow28.8%
Key (black)4.7%
Color previews
#7af3ad text on a black background
contrast 15.25:1
Card sample
#7af3ad text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af3ad;
Background color
Panel with #7af3ad background
background-color: #7af3ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af3ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 243, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 243, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af3ad; background: linear-gradient(135deg, #7af3ad, #7AE8F3);