#af798f
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 121, 143
HSL
336°, 25%, 58%
CMYK
0, 31, 18, 31
Luminance
0.2477
Every format
| HEX | #af798f |
| RGB | rgb(175, 121, 143) |
| HSL | hsl(336, 25%, 58%) |
| CMYK | cmyk(0%, 31%, 18%, 31%) |
| LAB | lab(56.9 24.4 -3.4) |
| LCH | lch(56.9 24.6 352.1) |
| OKLCH | oklch(0.637 0.073 353.2) |
Copy-ready code
/* CSS */
color: #af798f;
background-color: #af798f;
/* Tailwind (arbitrary) */
class="text-[#af798f] bg-[#af798f]"
/* SCSS */
$brand: #af798f;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.561)
/* Android */
Color.parseColor("#af798f")Accessibility — WCAG contrast
Aa
#af798f on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af798f on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow18.3%
Key (black)31.4%
Color previews
#af798f text on a black background
contrast 5.95:1
Card sample
#af798f text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af798f;
Background color
Panel with #af798f background
background-color: #af798f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af798f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af798f; background: linear-gradient(135deg, #af798f, #AF8779);