#95a795
a balanced, muted green · cool · closest name: silver
RGB
149, 167, 149
HSL
120°, 9%, 62%
CMYK
11, 0, 11, 35
Luminance
0.3620
Every format
| HEX | #95a795 |
| RGB | rgb(149, 167, 149) |
| HSL | hsl(120, 9%, 62%) |
| CMYK | cmyk(11%, 0%, 11%, 35%) |
| LAB | lab(66.7 -9.8 7.2) |
| LCH | lch(66.7 12.2 143.8) |
| OKLCH | oklch(0.709 0.033 145.2) |
Copy-ready code
/* CSS */
color: #95a795;
background-color: #95a795;
/* Tailwind (arbitrary) */
class="text-[#95a795] bg-[#95a795]"
/* SCSS */
$brand: #95a795;
/* SwiftUI */
Color(red: 0.584, green: 0.655, blue: 0.584)
/* Android */
Color.parseColor("#95a795")Accessibility — WCAG contrast
Aa
#95a795 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#95a795 on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green65.5%
Blue58.4%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow10.8%
Key (black)34.5%
Color previews
#95a795 text on a black background
contrast 8.24:1
Card sample
#95a795 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95a795;
Background color
Panel with #95a795 background
background-color: #95a795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95a795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 167, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 167, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95a795; background: linear-gradient(135deg, #95a795, #95A7A1);