#7affae
a light, electric green · cool · closest name: aquamarine
RGB
122, 255, 174
HSL
144°, 100%, 74%
CMYK
52, 0, 32, 0
Luminance
0.7871
Every format
| HEX | #7affae |
| RGB | rgb(122, 255, 174) |
| HSL | hsl(144, 100%, 74%) |
| CMYK | cmyk(52%, 0%, 32%, 0%) |
| LAB | lab(91.1 -54.2 27.8) |
| LCH | lch(91.1 60.9 152.9) |
| OKLCH | oklch(0.904 0.164 154.6) |
Copy-ready code
/* CSS */
color: #7affae;
background-color: #7affae;
/* Tailwind (arbitrary) */
class="text-[#7affae] bg-[#7affae]"
/* SCSS */
$brand: #7affae;
/* SwiftUI */
Color(red: 0.478, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#7affae")Accessibility — WCAG contrast
Aa
#7affae on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7affae on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green100.0%
Blue68.2%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#7affae text on a black background
contrast 16.74:1
Card sample
#7affae text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7affae;
Background color
Panel with #7affae background
background-color: #7affae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7affae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7affae; background: linear-gradient(135deg, #7affae, #7AF7FF);