#ab697f
a balanced, soft magenta / pink · warm · closest name: gray
RGB
171, 105, 127
HSL
340°, 28%, 54%
CMYK
0, 39, 26, 33
Luminance
0.2029
Every format
| HEX | #ab697f |
| RGB | rgb(171, 105, 127) |
| HSL | hsl(340, 28%, 54%) |
| CMYK | cmyk(0%, 39%, 26%, 33%) |
| LAB | lab(52.2 29.4 -0.9) |
| LCH | lch(52.2 29.4 358.1) |
| OKLCH | oklch(0.599 0.089 358.6) |
Copy-ready code
/* CSS */
color: #ab697f;
background-color: #ab697f;
/* Tailwind (arbitrary) */
class="text-[#ab697f] bg-[#ab697f]"
/* SCSS */
$brand: #ab697f;
/* SwiftUI */
Color(red: 0.671, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#ab697f")Accessibility — WCAG contrast
Aa
#ab697f on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab697f on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green41.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow25.7%
Key (black)32.9%
Color previews
#ab697f text on a black background
contrast 5.06:1
Card sample
#ab697f text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab697f;
Background color
Panel with #ab697f background
background-color: #ab697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab697f; background: linear-gradient(135deg, #ab697f, #AB7F69);