#af82bc
a balanced, soft violet · warm · closest name: plum
RGB
175, 130, 188
HSL
287°, 30%, 62%
CMYK
7, 31, 0, 26
Luminance
0.2871
Every format
| HEX | #af82bc |
| RGB | rgb(175, 130, 188) |
| HSL | hsl(287, 30%, 62%) |
| CMYK | cmyk(7%, 31%, 0%, 26%) |
| LAB | lab(60.5 27.6 -23.7) |
| LCH | lch(60.5 36.4 319.4) |
| OKLCH | oklch(0.671 0.097 318.5) |
Copy-ready code
/* CSS */
color: #af82bc;
background-color: #af82bc;
/* Tailwind (arbitrary) */
class="text-[#af82bc] bg-[#af82bc]"
/* SCSS */
$brand: #af82bc;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 0.737)
/* Android */
Color.parseColor("#af82bc")Accessibility — WCAG contrast
Aa
#af82bc on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af82bc on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta30.9%
Yellow0.0%
Key (black)26.3%
Color previews
#af82bc text on a black background
contrast 6.74:1
Card sample
#af82bc text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af82bc;
Background color
Panel with #af82bc background
background-color: #af82bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af82bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af82bc; background: linear-gradient(135deg, #af82bc, #BC82A2);