#af8ba9
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 139, 169
HSL
310°, 18%, 62%
CMYK
0, 21, 3, 31
Luminance
0.3044
Every format
| HEX | #af8ba9 |
| RGB | rgb(175, 139, 169) |
| HSL | hsl(310, 18%, 62%) |
| CMYK | cmyk(0%, 21%, 3%, 31%) |
| LAB | lab(62.0 18.8 -10.6) |
| LCH | lch(62.0 21.6 330.6) |
| OKLCH | oklch(0.680 0.060 332.0) |
Copy-ready code
/* CSS */
color: #af8ba9;
background-color: #af8ba9;
/* Tailwind (arbitrary) */
class="text-[#af8ba9] bg-[#af8ba9]"
/* SCSS */
$brand: #af8ba9;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.663)
/* Android */
Color.parseColor("#af8ba9")Accessibility — WCAG contrast
Aa
#af8ba9 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ba9 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow3.4%
Key (black)31.4%
Color previews
#af8ba9 text on a black background
contrast 7.09:1
Card sample
#af8ba9 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ba9;
Background color
Panel with #af8ba9 background
background-color: #af8ba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ba9; background: linear-gradient(135deg, #af8ba9, #AF8B91);