#af7ba9
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 123, 169
HSL
307°, 25%, 58%
CMYK
0, 30, 3, 31
Luminance
0.2614
Every format
| HEX | #af7ba9 |
| RGB | rgb(175, 123, 169) |
| HSL | hsl(307, 25%, 58%) |
| CMYK | cmyk(0%, 30%, 3%, 31%) |
| LAB | lab(58.2 27.8 -16.4) |
| LCH | lch(58.2 32.3 329.5) |
| OKLCH | oklch(0.650 0.090 330.6) |
Copy-ready code
/* CSS */
color: #af7ba9;
background-color: #af7ba9;
/* Tailwind (arbitrary) */
class="text-[#af7ba9] bg-[#af7ba9]"
/* SCSS */
$brand: #af7ba9;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.663)
/* Android */
Color.parseColor("#af7ba9")Accessibility — WCAG contrast
Aa
#af7ba9 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ba9 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow3.4%
Key (black)31.4%
Color previews
#af7ba9 text on a black background
contrast 6.23:1
Card sample
#af7ba9 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ba9;
Background color
Panel with #af7ba9 background
background-color: #af7ba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ba9; background: linear-gradient(135deg, #af7ba9, #AF7B86);