#af83ba
a balanced, soft violet · warm · closest name: plum
RGB
175, 131, 186
HSL
288°, 29%, 62%
CMYK
6, 30, 0, 27
Luminance
0.2889
Every format
| HEX | #af83ba |
| RGB | rgb(175, 131, 186) |
| HSL | hsl(288, 29%, 62%) |
| CMYK | cmyk(6%, 30%, 0%, 27%) |
| LAB | lab(60.7 26.7 -22.3) |
| LCH | lch(60.7 34.7 320.1) |
| OKLCH | oklch(0.672 0.093 319.5) |
Copy-ready code
/* CSS */
color: #af83ba;
background-color: #af83ba;
/* Tailwind (arbitrary) */
class="text-[#af83ba] bg-[#af83ba]"
/* SCSS */
$brand: #af83ba;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.729)
/* Android */
Color.parseColor("#af83ba")Accessibility — WCAG contrast
Aa
#af83ba on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af83ba on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta29.6%
Yellow0.0%
Key (black)27.1%
Color previews
#af83ba text on a black background
contrast 6.78:1
Card sample
#af83ba text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af83ba;
Background color
Panel with #af83ba background
background-color: #af83ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af83ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af83ba; background: linear-gradient(135deg, #af83ba, #BA83A0);