#af77c3
a balanced, soft violet · warm · closest name: plum
RGB
175, 119, 195
HSL
284°, 39%, 62%
CMYK
10, 39, 0, 24
Luminance
0.2625
Every format
| HEX | #af77c3 |
| RGB | rgb(175, 119, 195) |
| HSL | hsl(284, 39%, 62%) |
| CMYK | cmyk(10%, 39%, 0%, 24%) |
| LAB | lab(58.3 35.2 -31.1) |
| LCH | lch(58.3 47.0 318.5) |
| OKLCH | oklch(0.654 0.125 316.8) |
Copy-ready code
/* CSS */
color: #af77c3;
background-color: #af77c3;
/* Tailwind (arbitrary) */
class="text-[#af77c3] bg-[#af77c3]"
/* SCSS */
$brand: #af77c3;
/* SwiftUI */
Color(red: 0.686, green: 0.467, blue: 0.765)
/* Android */
Color.parseColor("#af77c3")Accessibility — WCAG contrast
Aa
#af77c3 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af77c3 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.7%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta39.0%
Yellow0.0%
Key (black)23.5%
Color previews
#af77c3 text on a black background
contrast 6.25:1
Card sample
#af77c3 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af77c3;
Background color
Panel with #af77c3 background
background-color: #af77c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af77c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 119, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 119, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af77c3; background: linear-gradient(135deg, #af77c3, #C377A4);