#76fbc9
a light, electric green · cool · closest name: aquamarine
RGB
118, 251, 201
HSL
157°, 94%, 72%
CMYK
53, 0, 20, 2
Luminance
0.7706
Every format
| HEX | #76fbc9 |
| RGB | rgb(118, 251, 201) |
| HSL | hsl(157, 94%, 72%) |
| CMYK | cmyk(53%, 0%, 20%, 2%) |
| LAB | lab(90.3 -48.1 12.9) |
| LCH | lch(90.3 49.9 164.9) |
| OKLCH | oklch(0.900 0.138 166.1) |
Copy-ready code
/* CSS */
color: #76fbc9;
background-color: #76fbc9;
/* Tailwind (arbitrary) */
class="text-[#76fbc9] bg-[#76fbc9]"
/* SCSS */
$brand: #76fbc9;
/* SwiftUI */
Color(red: 0.463, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#76fbc9")Accessibility — WCAG contrast
Aa
#76fbc9 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76fbc9 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green98.4%
Blue78.8%
CMYK percentages
Cyan53.0%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#76fbc9 text on a black background
contrast 16.41:1
Card sample
#76fbc9 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76fbc9;
Background color
Panel with #76fbc9 background
background-color: #76fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76fbc9; background: linear-gradient(135deg, #76fbc9, #76D4FB);