#af77bb
a balanced, soft violet · warm · closest name: plum
RGB
175, 119, 187
HSL
289°, 33%, 60%
CMYK
6, 36, 0, 27
Luminance
0.2590
Every format
| HEX | #af77bb |
| RGB | rgb(175, 119, 187) |
| HSL | hsl(289, 33%, 60%) |
| CMYK | cmyk(6%, 36%, 0%, 27%) |
| LAB | lab(57.9 33.6 -27.1) |
| LCH | lch(57.9 43.1 321.1) |
| OKLCH | oklch(0.651 0.116 320.4) |
Copy-ready code
/* CSS */
color: #af77bb;
background-color: #af77bb;
/* Tailwind (arbitrary) */
class="text-[#af77bb] bg-[#af77bb]"
/* SCSS */
$brand: #af77bb;
/* SwiftUI */
Color(red: 0.686, green: 0.467, blue: 0.733)
/* Android */
Color.parseColor("#af77bb")Accessibility — WCAG contrast
Aa
#af77bb on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af77bb on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.7%
Blue73.3%
CMYK percentages
Cyan6.4%
Magenta36.4%
Yellow0.0%
Key (black)26.7%
Color previews
#af77bb text on a black background
contrast 6.18:1
Card sample
#af77bb text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af77bb;
Background color
Panel with #af77bb background
background-color: #af77bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af77bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 119, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 119, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af77bb; background: linear-gradient(135deg, #af77bb, #BB779A);