#af89ba
a balanced, soft violet · warm · closest name: plum
RGB
175, 137, 186
HSL
287°, 26%, 63%
CMYK
6, 26, 0, 27
Luminance
0.3055
Every format
| HEX | #af89ba |
| RGB | rgb(175, 137, 186) |
| HSL | hsl(287, 26%, 63%) |
| CMYK | cmyk(6%, 26%, 0%, 27%) |
| LAB | lab(62.1 23.3 -20.1) |
| LCH | lch(62.1 30.7 319.2) |
| OKLCH | oklch(0.683 0.082 318.5) |
Copy-ready code
/* CSS */
color: #af89ba;
background-color: #af89ba;
/* Tailwind (arbitrary) */
class="text-[#af89ba] bg-[#af89ba]"
/* SCSS */
$brand: #af89ba;
/* SwiftUI */
Color(red: 0.686, green: 0.537, blue: 0.729)
/* Android */
Color.parseColor("#af89ba")Accessibility — WCAG contrast
Aa
#af89ba on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af89ba on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.7%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta26.3%
Yellow0.0%
Key (black)27.1%
Color previews
#af89ba text on a black background
contrast 7.11:1
Card sample
#af89ba text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af89ba;
Background color
Panel with #af89ba background
background-color: #af89ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af89ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 137, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 137, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af89ba; background: linear-gradient(135deg, #af89ba, #BA89A4);