#8ba792
a balanced, muted green · cool · closest name: silver
RGB
139, 167, 146
HSL
135°, 14%, 60%
CMYK
17, 0, 13, 35
Luminance
0.3520
Every format
| HEX | #8ba792 |
| RGB | rgb(139, 167, 146) |
| HSL | hsl(135, 14%, 60%) |
| CMYK | cmyk(17%, 0%, 13%, 35%) |
| LAB | lab(65.9 -13.9 7.7) |
| LCH | lch(65.9 15.9 151.2) |
| OKLCH | oklch(0.701 0.043 152.8) |
Copy-ready code
/* CSS */
color: #8ba792;
background-color: #8ba792;
/* Tailwind (arbitrary) */
class="text-[#8ba792] bg-[#8ba792]"
/* SCSS */
$brand: #8ba792;
/* SwiftUI */
Color(red: 0.545, green: 0.655, blue: 0.573)
/* Android */
Color.parseColor("#8ba792")Accessibility — WCAG contrast
Aa
#8ba792 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ba792 on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green65.5%
Blue57.3%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow12.6%
Key (black)34.5%
Color previews
#8ba792 text on a black background
contrast 8.04:1
Card sample
#8ba792 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ba792;
Background color
Panel with #8ba792 background
background-color: #8ba792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ba792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 167, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 167, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ba792; background: linear-gradient(135deg, #8ba792, #8BA7A5);