#af82b0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 130, 176
HSL
299°, 23%, 60%
CMYK
1, 26, 0, 31
Luminance
0.2821
Every format
| HEX | #af82b0 |
| RGB | rgb(175, 130, 176) |
| HSL | hsl(299, 23%, 60%) |
| CMYK | cmyk(1%, 26%, 0%, 31%) |
| LAB | lab(60.1 25.2 -17.5) |
| LCH | lch(60.1 30.7 325.2) |
| OKLCH | oklch(0.666 0.084 325.8) |
Copy-ready code
/* CSS */
color: #af82b0;
background-color: #af82b0;
/* Tailwind (arbitrary) */
class="text-[#af82b0] bg-[#af82b0]"
/* SCSS */
$brand: #af82b0;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 0.690)
/* Android */
Color.parseColor("#af82b0")Accessibility — WCAG contrast
Aa
#af82b0 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af82b0 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue69.0%
CMYK percentages
Cyan0.6%
Magenta26.1%
Yellow0.0%
Key (black)31.0%
Color previews
#af82b0 text on a black background
contrast 6.64:1
Card sample
#af82b0 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af82b0;
Background color
Panel with #af82b0 background
background-color: #af82b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af82b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af82b0; background: linear-gradient(135deg, #af82b0, #B08292);