#af8b9b
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 139, 155
HSL
333°, 18%, 62%
CMYK
0, 21, 11, 31
Luminance
0.2995
Every format
| HEX | #af8b9b |
| RGB | rgb(175, 139, 155) |
| HSL | hsl(333, 18%, 62%) |
| CMYK | cmyk(0%, 21%, 11%, 31%) |
| LAB | lab(61.6 16.3 -3.3) |
| LCH | lch(61.6 16.6 348.6) |
| OKLCH | oklch(0.675 0.049 350.0) |
Copy-ready code
/* CSS */
color: #af8b9b;
background-color: #af8b9b;
/* Tailwind (arbitrary) */
class="text-[#af8b9b] bg-[#af8b9b]"
/* SCSS */
$brand: #af8b9b;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.608)
/* Android */
Color.parseColor("#af8b9b")Accessibility — WCAG contrast
Aa
#af8b9b on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8b9b on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow11.4%
Key (black)31.4%
Color previews
#af8b9b text on a black background
contrast 6.99:1
Card sample
#af8b9b text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8b9b;
Background color
Panel with #af8b9b background
background-color: #af8b9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8b9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8b9b; background: linear-gradient(135deg, #af8b9b, #AF938B);