#af8eb4
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 142, 180
HSL
292°, 20%, 63%
CMYK
3, 21, 0, 29
Luminance
0.3176
Every format
| HEX | #af8eb4 |
| RGB | rgb(175, 142, 180) |
| HSL | hsl(292, 20%, 63%) |
| CMYK | cmyk(3%, 21%, 0%, 29%) |
| LAB | lab(63.1 19.3 -15.2) |
| LCH | lch(63.1 24.5 321.8) |
| OKLCH | oklch(0.690 0.066 321.9) |
Copy-ready code
/* CSS */
color: #af8eb4;
background-color: #af8eb4;
/* Tailwind (arbitrary) */
class="text-[#af8eb4] bg-[#af8eb4]"
/* SCSS */
$brand: #af8eb4;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.706)
/* Android */
Color.parseColor("#af8eb4")Accessibility — WCAG contrast
Aa
#af8eb4 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8eb4 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue70.6%
CMYK percentages
Cyan2.8%
Magenta21.1%
Yellow0.0%
Key (black)29.4%
Color previews
#af8eb4 text on a black background
contrast 7.35:1
Card sample
#af8eb4 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8eb4;
Background color
Panel with #af8eb4 background
background-color: #af8eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8eb4; background: linear-gradient(135deg, #af8eb4, #B48EA0);