#af77bc
a balanced, soft violet · warm · closest name: plum
RGB
175, 119, 188
HSL
289°, 34%, 60%
CMYK
7, 37, 0, 26
Luminance
0.2594
Every format
| HEX | #af77bc |
| RGB | rgb(175, 119, 188) |
| HSL | hsl(289, 34%, 60%) |
| CMYK | cmyk(7%, 37%, 0%, 26%) |
| LAB | lab(58.0 33.8 -27.6) |
| LCH | lch(58.0 43.6 320.8) |
| OKLCH | oklch(0.651 0.117 319.9) |
Copy-ready code
/* CSS */
color: #af77bc;
background-color: #af77bc;
/* Tailwind (arbitrary) */
class="text-[#af77bc] bg-[#af77bc]"
/* SCSS */
$brand: #af77bc;
/* SwiftUI */
Color(red: 0.686, green: 0.467, blue: 0.737)
/* Android */
Color.parseColor("#af77bc")Accessibility — WCAG contrast
Aa
#af77bc on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af77bc on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.7%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta36.7%
Yellow0.0%
Key (black)26.3%
Color previews
#af77bc text on a black background
contrast 6.19:1
Card sample
#af77bc text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af77bc;
Background color
Panel with #af77bc background
background-color: #af77bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af77bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 119, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 119, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af77bc; background: linear-gradient(135deg, #af77bc, #BC779B);