#af7abe
a balanced, soft violet · warm · closest name: plum
RGB
175, 122, 190
HSL
287°, 34%, 61%
CMYK
8, 36, 0, 26
Luminance
0.2675
Every format
| HEX | #af7abe |
| RGB | rgb(175, 122, 190) |
| HSL | hsl(287, 34%, 61%) |
| CMYK | cmyk(8%, 36%, 0%, 26%) |
| LAB | lab(58.7 32.5 -27.5) |
| LCH | lch(58.7 42.6 319.7) |
| OKLCH | oklch(0.657 0.114 318.6) |
Copy-ready code
/* CSS */
color: #af7abe;
background-color: #af7abe;
/* Tailwind (arbitrary) */
class="text-[#af7abe] bg-[#af7abe]"
/* SCSS */
$brand: #af7abe;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.745)
/* Android */
Color.parseColor("#af7abe")Accessibility — WCAG contrast
Aa
#af7abe on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7abe on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue74.5%
CMYK percentages
Cyan7.9%
Magenta35.8%
Yellow0.0%
Key (black)25.5%
Color previews
#af7abe text on a black background
contrast 6.35:1
Card sample
#af7abe text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7abe;
Background color
Panel with #af7abe background
background-color: #af7abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7abe; background: linear-gradient(135deg, #af7abe, #BE7AA0);