#79fbaf
a light, electric green · cool · closest name: aquamarine
RGB
121, 251, 175
HSL
145°, 94%, 73%
CMYK
52, 0, 30, 2
Luminance
0.7615
Every format
| HEX | #79fbaf |
| RGB | rgb(121, 251, 175) |
| HSL | hsl(145, 94%, 73%) |
| CMYK | cmyk(52%, 0%, 30%, 2%) |
| LAB | lab(89.9 -52.6 25.7) |
| LCH | lch(89.9 58.6 154.0) |
| OKLCH | oklch(0.895 0.158 155.6) |
Copy-ready code
/* CSS */
color: #79fbaf;
background-color: #79fbaf;
/* Tailwind (arbitrary) */
class="text-[#79fbaf] bg-[#79fbaf]"
/* SCSS */
$brand: #79fbaf;
/* SwiftUI */
Color(red: 0.475, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#79fbaf")Accessibility — WCAG contrast
Aa
#79fbaf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79fbaf on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green98.4%
Blue68.6%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#79fbaf text on a black background
contrast 16.23:1
Card sample
#79fbaf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79fbaf;
Background color
Panel with #79fbaf background
background-color: #79fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79fbaf; background: linear-gradient(135deg, #79fbaf, #79F0FB);