#79ffb6
a light, electric green · cool · closest name: aquamarine
RGB
121, 255, 182
HSL
147°, 100%, 74%
CMYK
53, 0, 29, 0
Luminance
0.7896
Every format
| HEX | #79ffb6 |
| RGB | rgb(121, 255, 182) |
| HSL | hsl(147, 100%, 74%) |
| CMYK | cmyk(53%, 0%, 29%, 0%) |
| LAB | lab(91.2 -53.0 23.9) |
| LCH | lch(91.2 58.1 155.7) |
| OKLCH | oklch(0.906 0.157 157.3) |
Copy-ready code
/* CSS */
color: #79ffb6;
background-color: #79ffb6;
/* Tailwind (arbitrary) */
class="text-[#79ffb6] bg-[#79ffb6]"
/* SCSS */
$brand: #79ffb6;
/* SwiftUI */
Color(red: 0.475, green: 1.000, blue: 0.714)
/* Android */
Color.parseColor("#79ffb6")Accessibility — WCAG contrast
Aa
#79ffb6 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79ffb6 on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green100.0%
Blue71.4%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow28.6%
Key (black)0.0%
Color previews
#79ffb6 text on a black background
contrast 16.79:1
Card sample
#79ffb6 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79ffb6;
Background color
Panel with #79ffb6 background
background-color: #79ffb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79ffb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 255, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 255, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79ffb6; background: linear-gradient(135deg, #79ffb6, #79EFFF);