#af7bab
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 123, 171
HSL
305°, 25%, 58%
CMYK
0, 30, 2, 31
Luminance
0.2622
Every format
| HEX | #af7bab |
| RGB | rgb(175, 123, 171) |
| HSL | hsl(305, 25%, 58%) |
| CMYK | cmyk(0%, 30%, 2%, 31%) |
| LAB | lab(58.3 28.2 -17.4) |
| LCH | lch(58.3 33.2 328.3) |
| OKLCH | oklch(0.651 0.092 329.2) |
Copy-ready code
/* CSS */
color: #af7bab;
background-color: #af7bab;
/* Tailwind (arbitrary) */
class="text-[#af7bab] bg-[#af7bab]"
/* SCSS */
$brand: #af7bab;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.671)
/* Android */
Color.parseColor("#af7bab")Accessibility — WCAG contrast
Aa
#af7bab on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7bab on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow2.3%
Key (black)31.4%
Color previews
#af7bab text on a black background
contrast 6.24:1
Card sample
#af7bab text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7bab;
Background color
Panel with #af7bab background
background-color: #af7bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7bab; background: linear-gradient(135deg, #af7bab, #AF7B88);