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