#af83ab
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 131, 171
HSL
306°, 22%, 60%
CMYK
0, 25, 2, 31
Luminance
0.2829
Every format
| HEX | #af83ab |
| RGB | rgb(175, 131, 171) |
| HSL | hsl(306, 22%, 60%) |
| CMYK | cmyk(0%, 25%, 2%, 31%) |
| LAB | lab(60.1 23.7 -14.6) |
| LCH | lch(60.1 27.8 328.4) |
| OKLCH | oklch(0.666 0.077 329.5) |
Copy-ready code
/* CSS */
color: #af83ab;
background-color: #af83ab;
/* Tailwind (arbitrary) */
class="text-[#af83ab] bg-[#af83ab]"
/* SCSS */
$brand: #af83ab;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.671)
/* Android */
Color.parseColor("#af83ab")Accessibility — WCAG contrast
Aa
#af83ab on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af83ab on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow2.3%
Key (black)31.4%
Color previews
#af83ab text on a black background
contrast 6.66:1
Card sample
#af83ab text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af83ab;
Background color
Panel with #af83ab background
background-color: #af83ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af83ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af83ab; background: linear-gradient(135deg, #af83ab, #AF838E);