#af83bc
a balanced, soft violet · warm · closest name: plum
RGB
175, 131, 188
HSL
286°, 30%, 63%
CMYK
7, 30, 0, 26
Luminance
0.2898
Every format
| HEX | #af83bc |
| RGB | rgb(175, 131, 188) |
| HSL | hsl(286, 30%, 63%) |
| CMYK | cmyk(7%, 30%, 0%, 26%) |
| LAB | lab(60.8 27.1 -23.3) |
| LCH | lch(60.8 35.7 319.3) |
| OKLCH | oklch(0.672 0.096 318.4) |
Copy-ready code
/* CSS */
color: #af83bc;
background-color: #af83bc;
/* Tailwind (arbitrary) */
class="text-[#af83bc] bg-[#af83bc]"
/* SCSS */
$brand: #af83bc;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.737)
/* Android */
Color.parseColor("#af83bc")Accessibility — WCAG contrast
Aa
#af83bc on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af83bc on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta30.3%
Yellow0.0%
Key (black)26.3%
Color previews
#af83bc text on a black background
contrast 6.80:1
Card sample
#af83bc text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af83bc;
Background color
Panel with #af83bc background
background-color: #af83bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af83bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af83bc; background: linear-gradient(135deg, #af83bc, #BC83A3);