#7afbab
a light, electric green · cool · closest name: aquamarine
RGB
122, 251, 171
HSL
143°, 94%, 73%
CMYK
51, 0, 32, 2
Luminance
0.7607
Every format
| HEX | #7afbab |
| RGB | rgb(122, 251, 171) |
| HSL | hsl(143, 94%, 73%) |
| CMYK | cmyk(51%, 0%, 32%, 2%) |
| LAB | lab(89.9 -53.1 27.7) |
| LCH | lch(89.9 59.9 152.5) |
| OKLCH | oklch(0.894 0.161 154.2) |
Copy-ready code
/* CSS */
color: #7afbab;
background-color: #7afbab;
/* Tailwind (arbitrary) */
class="text-[#7afbab] bg-[#7afbab]"
/* SCSS */
$brand: #7afbab;
/* SwiftUI */
Color(red: 0.478, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#7afbab")Accessibility — WCAG contrast
Aa
#7afbab on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afbab on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.4%
Blue67.1%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#7afbab text on a black background
contrast 16.21:1
Card sample
#7afbab text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afbab;
Background color
Panel with #7afbab background
background-color: #7afbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afbab; background: linear-gradient(135deg, #7afbab, #7AF5FB);