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