#af8cb6
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 140, 182
HSL
290°, 22%, 63%
CMYK
4, 23, 0, 29
Luminance
0.3125
Every format
| HEX | #af8cb6 |
| RGB | rgb(175, 140, 182) |
| HSL | hsl(290, 22%, 63%) |
| CMYK | cmyk(4%, 23%, 0%, 29%) |
| LAB | lab(62.7 20.8 -16.9) |
| LCH | lch(62.7 26.8 320.8) |
| OKLCH | oklch(0.687 0.072 320.7) |
Copy-ready code
/* CSS */
color: #af8cb6;
background-color: #af8cb6;
/* Tailwind (arbitrary) */
class="text-[#af8cb6] bg-[#af8cb6]"
/* SCSS */
$brand: #af8cb6;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.714)
/* Android */
Color.parseColor("#af8cb6")Accessibility — WCAG contrast
Aa
#af8cb6 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8cb6 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue71.4%
CMYK percentages
Cyan3.8%
Magenta23.1%
Yellow0.0%
Key (black)28.6%
Color previews
#af8cb6 text on a black background
contrast 7.25:1
Card sample
#af8cb6 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8cb6;
Background color
Panel with #af8cb6 background
background-color: #af8cb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8cb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8cb6; background: linear-gradient(135deg, #af8cb6, #B68CA1);