#7da080
a balanced, soft green · cool · closest name: gray
RGB
125, 160, 128
HSL
125°, 16%, 56%
CMYK
22, 0, 20, 37
Luminance
0.3106
Every format
| HEX | #7da080 |
| RGB | rgb(125, 160, 128) |
| HSL | hsl(125, 16%, 56%) |
| CMYK | cmyk(22%, 0%, 20%, 37%) |
| LAB | lab(62.6 -18.6 12.8) |
| LCH | lch(62.6 22.6 145.4) |
| OKLCH | oklch(0.670 0.061 147.1) |
Copy-ready code
/* CSS */
color: #7da080;
background-color: #7da080;
/* Tailwind (arbitrary) */
class="text-[#7da080] bg-[#7da080]"
/* SCSS */
$brand: #7da080;
/* SwiftUI */
Color(red: 0.490, green: 0.627, blue: 0.502)
/* Android */
Color.parseColor("#7da080")Accessibility — WCAG contrast
Aa
#7da080 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7da080 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green62.7%
Blue50.2%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow20.0%
Key (black)37.3%
Color previews
#7da080 text on a black background
contrast 7.21:1
Card sample
#7da080 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7da080;
Background color
Panel with #7da080 background
background-color: #7da080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7da080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 160, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 160, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7da080; background: linear-gradient(135deg, #7da080, #7DA097);