#76f3ba
a light, electric green · cool · closest name: aquamarine
RGB
118, 243, 186
HSL
153°, 84%, 71%
CMYK
51, 0, 24, 5
Luminance
0.7150
Every format
| HEX | #76f3ba |
| RGB | rgb(118, 243, 186) |
| HSL | hsl(153, 84%, 71%) |
| CMYK | cmyk(51%, 0%, 24%, 5%) |
| LAB | lab(87.7 -47.9 17.0) |
| LCH | lch(87.7 50.8 160.5) |
| OKLCH | oklch(0.877 0.139 161.8) |
Copy-ready code
/* CSS */
color: #76f3ba;
background-color: #76f3ba;
/* Tailwind (arbitrary) */
class="text-[#76f3ba] bg-[#76f3ba]"
/* SCSS */
$brand: #76f3ba;
/* SwiftUI */
Color(red: 0.463, green: 0.953, blue: 0.729)
/* Android */
Color.parseColor("#76f3ba")Accessibility — WCAG contrast
Aa
#76f3ba on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76f3ba on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green95.3%
Blue72.9%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow23.5%
Key (black)4.7%
Color previews
#76f3ba text on a black background
contrast 15.30:1
Card sample
#76f3ba text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76f3ba;
Background color
Panel with #76f3ba background
background-color: #76f3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76f3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 243, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 243, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76f3ba; background: linear-gradient(135deg, #76f3ba, #76D9F3);