#76c892
a balanced, soft green · cool · closest name: aquamarine
RGB
118, 200, 146
HSL
141°, 43%, 62%
CMYK
41, 0, 27, 22
Luminance
0.4724
Every format
| HEX | #76c892 |
| RGB | rgb(118, 200, 146) |
| HSL | hsl(141, 43%, 62%) |
| CMYK | cmyk(41%, 0%, 27%, 22%) |
| LAB | lab(74.3 -36.9 19.3) |
| LCH | lch(74.3 41.6 152.3) |
| OKLCH | oklch(0.766 0.112 154.0) |
Copy-ready code
/* CSS */
color: #76c892;
background-color: #76c892;
/* Tailwind (arbitrary) */
class="text-[#76c892] bg-[#76c892]"
/* SCSS */
$brand: #76c892;
/* SwiftUI */
Color(red: 0.463, green: 0.784, blue: 0.573)
/* Android */
Color.parseColor("#76c892")Accessibility — WCAG contrast
Aa
#76c892 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76c892 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green78.4%
Blue57.3%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow27.0%
Key (black)21.6%
Color previews
#76c892 text on a black background
contrast 10.45:1
Card sample
#76c892 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76c892;
Background color
Panel with #76c892 background
background-color: #76c892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76c892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 200, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 200, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76c892; background: linear-gradient(135deg, #76c892, #76C7C8);