#af8ab6
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 138, 182
HSL
291°, 23%, 63%
CMYK
4, 24, 0, 29
Luminance
0.3067
Every format
| HEX | #af8ab6 |
| RGB | rgb(175, 138, 182) |
| HSL | hsl(291, 23%, 63%) |
| CMYK | cmyk(4%, 24%, 0%, 29%) |
| LAB | lab(62.2 21.9 -17.7) |
| LCH | lch(62.2 28.1 321.1) |
| OKLCH | oklch(0.683 0.076 321.0) |
Copy-ready code
/* CSS */
color: #af8ab6;
background-color: #af8ab6;
/* Tailwind (arbitrary) */
class="text-[#af8ab6] bg-[#af8ab6]"
/* SCSS */
$brand: #af8ab6;
/* SwiftUI */
Color(red: 0.686, green: 0.541, blue: 0.714)
/* Android */
Color.parseColor("#af8ab6")Accessibility — WCAG contrast
Aa
#af8ab6 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8ab6 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.1%
Blue71.4%
CMYK percentages
Cyan3.8%
Magenta24.2%
Yellow0.0%
Key (black)28.6%
Color previews
#af8ab6 text on a black background
contrast 7.13:1
Card sample
#af8ab6 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8ab6;
Background color
Panel with #af8ab6 background
background-color: #af8ab6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8ab6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 138, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 138, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8ab6; background: linear-gradient(135deg, #af8ab6, #B68AA0);