#af73bc
a balanced, soft violet · warm · closest name: plum
RGB
175, 115, 188
HSL
289°, 35%, 59%
CMYK
7, 39, 0, 26
Luminance
0.2501
Every format
| HEX | #af73bc |
| RGB | rgb(175, 115, 188) |
| HSL | hsl(289, 35%, 59%) |
| CMYK | cmyk(7%, 39%, 0%, 26%) |
| LAB | lab(57.1 36.0 -29.0) |
| LCH | lch(57.1 46.2 321.2) |
| OKLCH | oklch(0.644 0.124 320.3) |
Copy-ready code
/* CSS */
color: #af73bc;
background-color: #af73bc;
/* Tailwind (arbitrary) */
class="text-[#af73bc] bg-[#af73bc]"
/* SCSS */
$brand: #af73bc;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.737)
/* Android */
Color.parseColor("#af73bc")Accessibility — WCAG contrast
Aa
#af73bc on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af73bc on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta38.8%
Yellow0.0%
Key (black)26.3%
Color previews
#af73bc text on a black background
contrast 6.00:1
Card sample
#af73bc text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af73bc;
Background color
Panel with #af73bc background
background-color: #af73bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af73bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af73bc; background: linear-gradient(135deg, #af73bc, #BC7398);