#af8395
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 131, 149
HSL
336°, 22%, 60%
CMYK
0, 25, 15, 31
Luminance
0.2752
Every format
| HEX | #af8395 |
| RGB | rgb(175, 131, 149) |
| HSL | hsl(336, 22%, 60%) |
| CMYK | cmyk(0%, 25%, 15%, 31%) |
| LAB | lab(59.5 19.8 -3.0) |
| LCH | lch(59.5 20.0 351.3) |
| OKLCH | oklch(0.658 0.059 352.5) |
Copy-ready code
/* CSS */
color: #af8395;
background-color: #af8395;
/* Tailwind (arbitrary) */
class="text-[#af8395] bg-[#af8395]"
/* SCSS */
$brand: #af8395;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.584)
/* Android */
Color.parseColor("#af8395")Accessibility — WCAG contrast
Aa
#af8395 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8395 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow14.9%
Key (black)31.4%
Color previews
#af8395 text on a black background
contrast 6.50:1
Card sample
#af8395 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8395;
Background color
Panel with #af8395 background
background-color: #af8395;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8395;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8395; background: linear-gradient(135deg, #af8395, #AF8E83);