#7fad94
a balanced, soft green · cool · closest name: silver
RGB
127, 173, 148
HSL
147°, 22%, 59%
CMYK
27, 0, 15, 32
Luminance
0.3654
Every format
| HEX | #7fad94 |
| RGB | rgb(127, 173, 148) |
| HSL | hsl(147, 22%, 59%) |
| CMYK | cmyk(27%, 0%, 15%, 32%) |
| LAB | lab(66.9 -20.7 7.9) |
| LCH | lch(66.9 22.1 159.1) |
| OKLCH | oklch(0.707 0.061 160.5) |
Copy-ready code
/* CSS */
color: #7fad94;
background-color: #7fad94;
/* Tailwind (arbitrary) */
class="text-[#7fad94] bg-[#7fad94]"
/* SCSS */
$brand: #7fad94;
/* SwiftUI */
Color(red: 0.498, green: 0.678, blue: 0.580)
/* Android */
Color.parseColor("#7fad94")Accessibility — WCAG contrast
Aa
#7fad94 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fad94 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.8%
Blue58.0%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow14.5%
Key (black)32.2%
Color previews
#7fad94 text on a black background
contrast 8.31:1
Card sample
#7fad94 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fad94;
Background color
Panel with #7fad94 background
background-color: #7fad94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fad94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 173, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 173, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fad94; background: linear-gradient(135deg, #7fad94, #7FA7AD);