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