#79fdbf
a light, electric green · cool · closest name: aquamarine
RGB
121, 253, 191
HSL
152°, 97%, 73%
CMYK
52, 0, 25, 1
Luminance
0.7808
Every format
| HEX | #79fdbf |
| RGB | rgb(121, 253, 191) |
| HSL | hsl(152, 97%, 73%) |
| CMYK | cmyk(52%, 0%, 25%, 1%) |
| LAB | lab(90.8 -50.4 18.8) |
| LCH | lch(90.8 53.8 159.6) |
| OKLCH | oklch(0.903 0.147 160.9) |
Copy-ready code
/* CSS */
color: #79fdbf;
background-color: #79fdbf;
/* Tailwind (arbitrary) */
class="text-[#79fdbf] bg-[#79fdbf]"
/* SCSS */
$brand: #79fdbf;
/* SwiftUI */
Color(red: 0.475, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#79fdbf")Accessibility — WCAG contrast
Aa
#79fdbf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79fdbf on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green99.2%
Blue74.9%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#79fdbf text on a black background
contrast 16.62:1
Card sample
#79fdbf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79fdbf;
Background color
Panel with #79fdbf background
background-color: #79fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79fdbf; background: linear-gradient(135deg, #79fdbf, #79E3FD);