#af8191
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 129, 145
HSL
339°, 22%, 60%
CMYK
0, 26, 17, 31
Luminance
0.2686
Every format
| HEX | #af8191 |
| RGB | rgb(175, 129, 145) |
| HSL | hsl(339, 22%, 60%) |
| CMYK | cmyk(0%, 26%, 17%, 31%) |
| LAB | lab(58.8 20.2 -1.6) |
| LCH | lch(58.8 20.3 355.4) |
| OKLCH | oklch(0.653 0.060 356.2) |
Copy-ready code
/* CSS */
color: #af8191;
background-color: #af8191;
/* Tailwind (arbitrary) */
class="text-[#af8191] bg-[#af8191]"
/* SCSS */
$brand: #af8191;
/* SwiftUI */
Color(red: 0.686, green: 0.506, blue: 0.569)
/* Android */
Color.parseColor("#af8191")Accessibility — WCAG contrast
Aa
#af8191 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8191 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.6%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow17.1%
Key (black)31.4%
Color previews
#af8191 text on a black background
contrast 6.37:1
Card sample
#af8191 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8191;
Background color
Panel with #af8191 background
background-color: #af8191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 129, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 129, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8191; background: linear-gradient(135deg, #af8191, #AF9081);