#af77ba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 119, 186
HSL
290°, 33%, 60%
CMYK
6, 36, 0, 27
Luminance
0.2585
Every format
| HEX | #af77ba |
| RGB | rgb(175, 119, 186) |
| HSL | hsl(290, 33%, 60%) |
| CMYK | cmyk(6%, 36%, 0%, 27%) |
| LAB | lab(57.9 33.4 -26.6) |
| LCH | lch(57.9 42.7 321.5) |
| OKLCH | oklch(0.650 0.115 320.8) |
Copy-ready code
/* CSS */
color: #af77ba;
background-color: #af77ba;
/* Tailwind (arbitrary) */
class="text-[#af77ba] bg-[#af77ba]"
/* SCSS */
$brand: #af77ba;
/* SwiftUI */
Color(red: 0.686, green: 0.467, blue: 0.729)
/* Android */
Color.parseColor("#af77ba")Accessibility — WCAG contrast
Aa
#af77ba on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af77ba on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.7%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta36.0%
Yellow0.0%
Key (black)27.1%
Color previews
#af77ba text on a black background
contrast 6.17:1
Card sample
#af77ba text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af77ba;
Background color
Panel with #af77ba background
background-color: #af77ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af77ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 119, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 119, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af77ba; background: linear-gradient(135deg, #af77ba, #BA7798);