#7eb176
a balanced, soft green · cool · closest name: seagreen
RGB
126, 177, 118
HSL
112°, 27%, 58%
CMYK
29, 0, 33, 31
Luminance
0.3719
Every format
| HEX | #7eb176 |
| RGB | rgb(126, 177, 118) |
| HSL | hsl(112, 27%, 58%) |
| CMYK | cmyk(29%, 0%, 33%, 31%) |
| LAB | lab(67.4 -28.5 24.9) |
| LCH | lch(67.4 37.9 138.8) |
| OKLCH | oklch(0.709 0.100 141.2) |
Copy-ready code
/* CSS */
color: #7eb176;
background-color: #7eb176;
/* Tailwind (arbitrary) */
class="text-[#7eb176] bg-[#7eb176]"
/* SCSS */
$brand: #7eb176;
/* SwiftUI */
Color(red: 0.494, green: 0.694, blue: 0.463)
/* Android */
Color.parseColor("#7eb176")Accessibility — WCAG contrast
Aa
#7eb176 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb176 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green69.4%
Blue46.3%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow33.3%
Key (black)30.6%
Color previews
#7eb176 text on a black background
contrast 8.44:1
Card sample
#7eb176 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb176;
Background color
Panel with #7eb176 background
background-color: #7eb176;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb176;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 177, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 177, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb176; background: linear-gradient(135deg, #7eb176, #76B195);