#af98ba
a light, soft violet · warm · closest name: plum
RGB
175, 152, 186
HSL
281°, 20%, 66%
CMYK
6, 18, 0, 27
Luminance
0.3512
Every format
| HEX | #af98ba |
| RGB | rgb(175, 152, 186) |
| HSL | hsl(281, 20%, 66%) |
| CMYK | cmyk(6%, 18%, 0%, 27%) |
| LAB | lab(65.8 14.8 -14.5) |
| LCH | lch(65.8 20.7 315.7) |
| OKLCH | oklch(0.711 0.055 314.8) |
Copy-ready code
/* CSS */
color: #af98ba;
background-color: #af98ba;
/* Tailwind (arbitrary) */
class="text-[#af98ba] bg-[#af98ba]"
/* SCSS */
$brand: #af98ba;
/* SwiftUI */
Color(red: 0.686, green: 0.596, blue: 0.729)
/* Android */
Color.parseColor("#af98ba")Accessibility — WCAG contrast
Aa
#af98ba on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af98ba on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.6%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta18.3%
Yellow0.0%
Key (black)27.1%
Color previews
#af98ba text on a black background
contrast 8.02:1
Card sample
#af98ba text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af98ba;
Background color
Panel with #af98ba background
background-color: #af98ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af98ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 152, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 152, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af98ba; background: linear-gradient(135deg, #af98ba, #BA98AE);