#7af991
a light, electric green · cool · closest name: aquamarine
RGB
122, 249, 145
HSL
131°, 91%, 73%
CMYK
51, 0, 42, 2
Luminance
0.7393
Every format
| HEX | #7af991 |
| RGB | rgb(122, 249, 145) |
| HSL | hsl(131, 91%, 73%) |
| CMYK | cmyk(51%, 0%, 42%, 2%) |
| LAB | lab(88.9 -56.7 39.3) |
| LCH | lch(88.9 69.0 145.2) |
| OKLCH | oklch(0.885 0.182 147.8) |
Copy-ready code
/* CSS */
color: #7af991;
background-color: #7af991;
/* Tailwind (arbitrary) */
class="text-[#7af991] bg-[#7af991]"
/* SCSS */
$brand: #7af991;
/* SwiftUI */
Color(red: 0.478, green: 0.976, blue: 0.569)
/* Android */
Color.parseColor("#7af991")Accessibility — WCAG contrast
Aa
#7af991 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af991 on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.6%
Blue56.9%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow41.8%
Key (black)2.4%
Color previews
#7af991 text on a black background
contrast 15.79:1
Card sample
#7af991 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af991;
Background color
Panel with #7af991 background
background-color: #7af991;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af991;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 249, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 249, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af991; background: linear-gradient(135deg, #7af991, #7AF9E6);