#88906f
a balanced, muted green · cool · closest name: gray
RGB
136, 144, 111
HSL
75°, 13%, 50%
CMYK
6, 0, 23, 44
Luminance
0.2633
Every format
| HEX | #88906f |
| RGB | rgb(136, 144, 111) |
| HSL | hsl(75, 13%, 50%) |
| CMYK | cmyk(6%, 0%, 23%, 44%) |
| LAB | lab(58.4 -8.9 16.6) |
| LCH | lch(58.4 18.9 118.2) |
| OKLCH | oklch(0.638 0.048 118.9) |
Copy-ready code
/* CSS */
color: #88906f;
background-color: #88906f;
/* Tailwind (arbitrary) */
class="text-[#88906f] bg-[#88906f]"
/* SCSS */
$brand: #88906f;
/* SwiftUI */
Color(red: 0.533, green: 0.565, blue: 0.435)
/* Android */
Color.parseColor("#88906f")Accessibility — WCAG contrast
Aa
#88906f on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#88906f on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green56.5%
Blue43.5%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow22.9%
Key (black)43.5%
Color previews
#88906f text on a black background
contrast 6.27:1
Card sample
#88906f text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88906f;
Background color
Panel with #88906f background
background-color: #88906f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88906f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 144, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 144, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88906f; background: linear-gradient(135deg, #88906f, #72906F);