#76fdbf
a light, electric green · cool · closest name: aquamarine
RGB
118, 253, 191
HSL
152°, 97%, 73%
CMYK
53, 0, 25, 1
Luminance
0.7786
Every format
| HEX | #76fdbf |
| RGB | rgb(118, 253, 191) |
| HSL | hsl(152, 97%, 73%) |
| CMYK | cmyk(53%, 0%, 25%, 1%) |
| LAB | lab(90.7 -51.0 18.6) |
| LCH | lch(90.7 54.3 160.0) |
| OKLCH | oklch(0.902 0.148 161.3) |
Copy-ready code
/* CSS */
color: #76fdbf;
background-color: #76fdbf;
/* Tailwind (arbitrary) */
class="text-[#76fdbf] bg-[#76fdbf]"
/* SCSS */
$brand: #76fdbf;
/* SwiftUI */
Color(red: 0.463, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#76fdbf")Accessibility — WCAG contrast
Aa
#76fdbf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76fdbf on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green99.2%
Blue74.9%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#76fdbf text on a black background
contrast 16.57:1
Card sample
#76fdbf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76fdbf;
Background color
Panel with #76fdbf background
background-color: #76fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76fdbf; background: linear-gradient(135deg, #76fdbf, #76E1FD);