#af8397
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 131, 151
HSL
333°, 22%, 60%
CMYK
0, 25, 14, 31
Luminance
0.2758
Every format
| HEX | #af8397 |
| RGB | rgb(175, 131, 151) |
| HSL | hsl(333, 22%, 60%) |
| CMYK | cmyk(0%, 25%, 14%, 31%) |
| LAB | lab(59.5 20.1 -4.1) |
| LCH | lch(59.5 20.5 348.5) |
| OKLCH | oklch(0.659 0.060 349.9) |
Copy-ready code
/* CSS */
color: #af8397;
background-color: #af8397;
/* Tailwind (arbitrary) */
class="text-[#af8397] bg-[#af8397]"
/* SCSS */
$brand: #af8397;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.592)
/* Android */
Color.parseColor("#af8397")Accessibility — WCAG contrast
Aa
#af8397 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8397 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow13.7%
Key (black)31.4%
Color previews
#af8397 text on a black background
contrast 6.52:1
Card sample
#af8397 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8397;
Background color
Panel with #af8397 background
background-color: #af8397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8397; background: linear-gradient(135deg, #af8397, #AF8C83);