#af839b
a balanced, soft magenta / pink · warm · closest name: gray
RGB
175, 131, 155
HSL
327°, 22%, 60%
CMYK
0, 25, 11, 31
Luminance
0.2771
Every format
| HEX | #af839b |
| RGB | rgb(175, 131, 155) |
| HSL | hsl(327, 22%, 60%) |
| CMYK | cmyk(0%, 25%, 11%, 31%) |
| LAB | lab(59.6 20.8 -6.2) |
| LCH | lch(59.6 21.7 343.4) |
| OKLCH | oklch(0.660 0.063 345.1) |
Copy-ready code
/* CSS */
color: #af839b;
background-color: #af839b;
/* Tailwind (arbitrary) */
class="text-[#af839b] bg-[#af839b]"
/* SCSS */
$brand: #af839b;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.608)
/* Android */
Color.parseColor("#af839b")Accessibility — WCAG contrast
Aa
#af839b on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af839b on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow11.4%
Key (black)31.4%
Color previews
#af839b text on a black background
contrast 6.54:1
Card sample
#af839b text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af839b;
Background color
Panel with #af839b background
background-color: #af839b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af839b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af839b; background: linear-gradient(135deg, #af839b, #AF8883);