#aa697f
a balanced, soft magenta / pink · warm · closest name: gray
RGB
170, 105, 127
HSL
340°, 28%, 54%
CMYK
0, 38, 25, 33
Luminance
0.2018
Every format
| HEX | #aa697f |
| RGB | rgb(170, 105, 127) |
| HSL | hsl(340, 28%, 54%) |
| CMYK | cmyk(0%, 38%, 25%, 33%) |
| LAB | lab(52.0 29.0 -1.1) |
| LCH | lch(52.0 29.0 357.7) |
| OKLCH | oklch(0.598 0.087 358.3) |
Copy-ready code
/* CSS */
color: #aa697f;
background-color: #aa697f;
/* Tailwind (arbitrary) */
class="text-[#aa697f] bg-[#aa697f]"
/* SCSS */
$brand: #aa697f;
/* SwiftUI */
Color(red: 0.667, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#aa697f")Accessibility — WCAG contrast
Aa
#aa697f on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa697f on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green41.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow25.3%
Key (black)33.3%
Color previews
#aa697f text on a black background
contrast 5.04:1
Card sample
#aa697f text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa697f;
Background color
Panel with #aa697f background
background-color: #aa697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa697f; background: linear-gradient(135deg, #aa697f, #AA7E69);