#ab8f8f
a balanced, muted red · warm · closest name: gray
RGB
171, 143, 143
HSL
0°, 14%, 62%
CMYK
0, 16, 16, 33
Luminance
0.3029
Every format
| HEX | #ab8f8f |
| RGB | rgb(171, 143, 143) |
| HSL | hsl(0, 14%, 62%) |
| CMYK | cmyk(0%, 16%, 16%, 33%) |
| LAB | lab(61.9 10.5 3.9) |
| LCH | lch(61.9 11.2 20.5) |
| OKLCH | oklch(0.676 0.034 18.0) |
Copy-ready code
/* CSS */
color: #ab8f8f;
background-color: #ab8f8f;
/* Tailwind (arbitrary) */
class="text-[#ab8f8f] bg-[#ab8f8f]"
/* SCSS */
$brand: #ab8f8f;
/* SwiftUI */
Color(red: 0.671, green: 0.561, blue: 0.561)
/* Android */
Color.parseColor("#ab8f8f")Accessibility — WCAG contrast
Aa
#ab8f8f on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab8f8f on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green56.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow16.4%
Key (black)32.9%
Color previews
#ab8f8f text on a black background
contrast 7.06:1
Card sample
#ab8f8f text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8f8f;
Background color
Panel with #ab8f8f background
background-color: #ab8f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 143, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 143, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8f8f; background: linear-gradient(135deg, #ab8f8f, #ABA28F);