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