#af82c2
a balanced, soft violet · warm · closest name: plum
RGB
175, 130, 194
HSL
282°, 34%, 64%
CMYK
10, 33, 0, 24
Luminance
0.2897
Every format
| HEX | #af82c2 |
| RGB | rgb(175, 130, 194) |
| HSL | hsl(282, 34%, 64%) |
| CMYK | cmyk(10%, 33%, 0%, 24%) |
| LAB | lab(60.8 28.9 -26.7) |
| LCH | lch(60.8 39.3 317.2) |
| OKLCH | oklch(0.673 0.104 315.6) |
Copy-ready code
/* CSS */
color: #af82c2;
background-color: #af82c2;
/* Tailwind (arbitrary) */
class="text-[#af82c2] bg-[#af82c2]"
/* SCSS */
$brand: #af82c2;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 0.761)
/* Android */
Color.parseColor("#af82c2")Accessibility — WCAG contrast
Aa
#af82c2 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af82c2 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta33.0%
Yellow0.0%
Key (black)23.9%
Color previews
#af82c2 text on a black background
contrast 6.79:1
Card sample
#af82c2 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af82c2;
Background color
Panel with #af82c2 background
background-color: #af82c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af82c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af82c2; background: linear-gradient(135deg, #af82c2, #C282AA);