#af94ba
a light, soft violet · warm · closest name: plum
RGB
175, 148, 186
HSL
283°, 22%, 66%
CMYK
6, 20, 0, 27
Luminance
0.3384
Every format
| HEX | #af94ba |
| RGB | rgb(175, 148, 186) |
| HSL | hsl(283, 22%, 66%) |
| CMYK | cmyk(6%, 20%, 0%, 27%) |
| LAB | lab(64.8 17.1 -16.0) |
| LCH | lch(64.8 23.4 316.9) |
| OKLCH | oklch(0.703 0.062 316.1) |
Copy-ready code
/* CSS */
color: #af94ba;
background-color: #af94ba;
/* Tailwind (arbitrary) */
class="text-[#af94ba] bg-[#af94ba]"
/* SCSS */
$brand: #af94ba;
/* SwiftUI */
Color(red: 0.686, green: 0.580, blue: 0.729)
/* Android */
Color.parseColor("#af94ba")Accessibility — WCAG contrast
Aa
#af94ba on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af94ba on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.0%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta20.4%
Yellow0.0%
Key (black)27.1%
Color previews
#af94ba text on a black background
contrast 7.77:1
Card sample
#af94ba text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af94ba;
Background color
Panel with #af94ba background
background-color: #af94ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af94ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 148, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 148, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af94ba; background: linear-gradient(135deg, #af94ba, #BA94AC);