#af8bac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 139, 172
HSL
305°, 18%, 62%
CMYK
0, 21, 2, 31
Luminance
0.3056
Every format
| HEX | #af8bac |
| RGB | rgb(175, 139, 172) |
| HSL | hsl(305, 18%, 62%) |
| CMYK | cmyk(0%, 21%, 2%, 31%) |
| LAB | lab(62.1 19.4 -12.2) |
| LCH | lch(62.1 22.9 327.9) |
| OKLCH | oklch(0.681 0.063 329.0) |
Copy-ready code
/* CSS */
color: #af8bac;
background-color: #af8bac;
/* Tailwind (arbitrary) */
class="text-[#af8bac] bg-[#af8bac]"
/* SCSS */
$brand: #af8bac;
/* SwiftUI */
Color(red: 0.686, green: 0.545, blue: 0.675)
/* Android */
Color.parseColor("#af8bac")Accessibility — WCAG contrast
Aa
#af8bac on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8bac on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow1.7%
Key (black)31.4%
Color previews
#af8bac text on a black background
contrast 7.11:1
Card sample
#af8bac text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8bac;
Background color
Panel with #af8bac background
background-color: #af8bac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8bac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 139, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 139, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8bac; background: linear-gradient(135deg, #af8bac, #AF8B94);