#af77b2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 119, 178
HSL
297°, 28%, 58%
CMYK
2, 33, 0, 30
Luminance
0.2552
Every format
| HEX | #af77b2 |
| RGB | rgb(175, 119, 178) |
| HSL | hsl(297, 28%, 58%) |
| CMYK | cmyk(2%, 33%, 0%, 30%) |
| LAB | lab(57.6 31.8 -22.5) |
| LCH | lch(57.6 38.9 324.7) |
| OKLCH | oklch(0.647 0.106 325.0) |
Copy-ready code
/* CSS */
color: #af77b2;
background-color: #af77b2;
/* Tailwind (arbitrary) */
class="text-[#af77b2] bg-[#af77b2]"
/* SCSS */
$brand: #af77b2;
/* SwiftUI */
Color(red: 0.686, green: 0.467, blue: 0.698)
/* Android */
Color.parseColor("#af77b2")Accessibility — WCAG contrast
Aa
#af77b2 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af77b2 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.7%
Blue69.8%
CMYK percentages
Cyan1.7%
Magenta33.1%
Yellow0.0%
Key (black)30.2%
Color previews
#af77b2 text on a black background
contrast 6.10:1
Card sample
#af77b2 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af77b2;
Background color
Panel with #af77b2 background
background-color: #af77b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af77b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 119, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 119, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af77b2; background: linear-gradient(135deg, #af77b2, #B2778E);