#76cb9b
a balanced, vivid green · cool · closest name: aquamarine
RGB
118, 203, 155
HSL
146°, 45%, 63%
CMYK
42, 0, 24, 20
Luminance
0.4893
Every format
| HEX | #76cb9b |
| RGB | rgb(118, 203, 155) |
| HSL | hsl(146, 45%, 63%) |
| CMYK | cmyk(42%, 0%, 24%, 20%) |
| LAB | lab(75.4 -36.5 16.0) |
| LCH | lch(75.4 39.9 156.3) |
| OKLCH | oklch(0.775 0.109 157.8) |
Copy-ready code
/* CSS */
color: #76cb9b;
background-color: #76cb9b;
/* Tailwind (arbitrary) */
class="text-[#76cb9b] bg-[#76cb9b]"
/* SCSS */
$brand: #76cb9b;
/* SwiftUI */
Color(red: 0.463, green: 0.796, blue: 0.608)
/* Android */
Color.parseColor("#76cb9b")Accessibility — WCAG contrast
Aa
#76cb9b on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cb9b on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green79.6%
Blue60.8%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow23.6%
Key (black)20.4%
Color previews
#76cb9b text on a black background
contrast 10.79:1
Card sample
#76cb9b text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cb9b;
Background color
Panel with #76cb9b background
background-color: #76cb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 203, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 203, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cb9b; background: linear-gradient(135deg, #76cb9b, #76C2CB);