#76ffc7
a light, electric green · cool · closest name: aquamarine
RGB
118, 255, 199
HSL
156°, 100%, 73%
CMYK
54, 0, 22, 0
Luminance
0.7950
Every format
| HEX | #76ffc7 |
| RGB | rgb(118, 255, 199) |
| HSL | hsl(156, 100%, 73%) |
| CMYK | cmyk(54%, 0%, 22%, 0%) |
| LAB | lab(91.5 -50.3 15.5) |
| LCH | lch(91.5 52.6 162.8) |
| OKLCH | oklch(0.908 0.145 164.0) |
Copy-ready code
/* CSS */
color: #76ffc7;
background-color: #76ffc7;
/* Tailwind (arbitrary) */
class="text-[#76ffc7] bg-[#76ffc7]"
/* SCSS */
$brand: #76ffc7;
/* SwiftUI */
Color(red: 0.463, green: 1.000, blue: 0.780)
/* Android */
Color.parseColor("#76ffc7")Accessibility — WCAG contrast
Aa
#76ffc7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76ffc7 on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green100.0%
Blue78.0%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow22.0%
Key (black)0.0%
Color previews
#76ffc7 text on a black background
contrast 16.90:1
Card sample
#76ffc7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76ffc7;
Background color
Panel with #76ffc7 background
background-color: #76ffc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76ffc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 255, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 255, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76ffc7; background: linear-gradient(135deg, #76ffc7, #76DCFF);