#7afecc
a light, electric green · cool · closest name: aquamarine
RGB
122, 254, 204
HSL
157°, 99%, 74%
CMYK
52, 0, 20, 0
Luminance
0.7938
Every format
| HEX | #7afecc |
| RGB | rgb(122, 254, 204) |
| HSL | hsl(157, 99%, 74%) |
| CMYK | cmyk(52%, 0%, 20%, 0%) |
| LAB | lab(91.4 -47.9 12.9) |
| LCH | lch(91.4 49.6 164.9) |
| OKLCH | oklch(0.909 0.138 166.1) |
Copy-ready code
/* CSS */
color: #7afecc;
background-color: #7afecc;
/* Tailwind (arbitrary) */
class="text-[#7afecc] bg-[#7afecc]"
/* SCSS */
$brand: #7afecc;
/* SwiftUI */
Color(red: 0.478, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#7afecc")Accessibility — WCAG contrast
Aa
#7afecc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afecc on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.6%
Blue80.0%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#7afecc text on a black background
contrast 16.88:1
Card sample
#7afecc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afecc;
Background color
Panel with #7afecc background
background-color: #7afecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afecc; background: linear-gradient(135deg, #7afecc, #7AD8FE);