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