#acab8f
a balanced, muted yellow · cool · closest name: tan
RGB
172, 171, 143
HSL
58°, 15%, 62%
CMYK
0, 1, 17, 33
Luminance
0.3988
Every format
| HEX | #acab8f |
| RGB | rgb(172, 171, 143) |
| HSL | hsl(58, 15%, 62%) |
| CMYK | cmyk(0%, 1%, 17%, 33%) |
| LAB | lab(69.4 -4.5 14.6) |
| LCH | lch(69.4 15.3 107.1) |
| OKLCH | oklch(0.735 0.039 105.6) |
Copy-ready code
/* CSS */
color: #acab8f;
background-color: #acab8f;
/* Tailwind (arbitrary) */
class="text-[#acab8f] bg-[#acab8f]"
/* SCSS */
$brand: #acab8f;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.561)
/* Android */
Color.parseColor("#acab8f")Accessibility — WCAG contrast
Aa
#acab8f on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acab8f on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow16.9%
Key (black)32.5%
Color previews
#acab8f text on a black background
contrast 8.98:1
Card sample
#acab8f text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acab8f;
Background color
Panel with #acab8f background
background-color: #acab8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acab8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acab8f; background: linear-gradient(135deg, #acab8f, #9AAC8F);