#7aff9b
a light, electric green · cool · closest name: aquamarine
RGB
122, 255, 155
HSL
135°, 100%, 74%
CMYK
52, 0, 39, 0
Luminance
0.7802
Every format
| HEX | #7aff9b |
| RGB | rgb(122, 255, 155) |
| HSL | hsl(135, 100%, 74%) |
| CMYK | cmyk(52%, 0%, 39%, 0%) |
| LAB | lab(90.8 -57.5 36.9) |
| LCH | lch(90.8 68.3 147.3) |
| OKLCH | oklch(0.901 0.181 149.6) |
Copy-ready code
/* CSS */
color: #7aff9b;
background-color: #7aff9b;
/* Tailwind (arbitrary) */
class="text-[#7aff9b] bg-[#7aff9b]"
/* SCSS */
$brand: #7aff9b;
/* SwiftUI */
Color(red: 0.478, green: 1.000, blue: 0.608)
/* Android */
Color.parseColor("#7aff9b")Accessibility — WCAG contrast
Aa
#7aff9b on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aff9b on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green100.0%
Blue60.8%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow39.2%
Key (black)0.0%
Color previews
#7aff9b text on a black background
contrast 16.60:1
Card sample
#7aff9b text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aff9b;
Background color
Panel with #7aff9b background
background-color: #7aff9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aff9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 255, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 255, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aff9b; background: linear-gradient(135deg, #7aff9b, #7AFFF4);