#af8ba7
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 139, 167
HSL
313°, 18%, 62%
CMYK
0, 21, 5, 31
Luminance
0.3037
Every format
| HEX | #af8ba7 |
| RGB | rgb(175, 139, 167) |
| HSL | hsl(313, 18%, 62%) |
| CMYK | cmyk(0%, 21%, 5%, 31%) |
| LAB | lab(62.0 18.4 -9.6) |
| LCH | lch(62.0 20.8 332.6) |
| OKLCH | oklch(0.679 0.058 334.1) |
Copy-ready code
/* CSS */
color: #af8ba7;
background-color: #af8ba7;
/* Tailwind (arbitrary) */
class="text-[#af8ba7] bg-[#af8ba7]"
/* SCSS */
$brand: #af8ba7;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.655)
/* Android */
Color.parseColor("#af8ba7")Accessibility — WCAG contrast
Aa
#af8ba7 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ba7 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow4.6%
Key (black)31.4%
Color previews
#af8ba7 text on a black background
contrast 7.07:1
Card sample
#af8ba7 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ba7;
Background color
Panel with #af8ba7 background
background-color: #af8ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ba7; background: linear-gradient(135deg, #af8ba7, #AF8B8F);