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