#af82dc
a light, vivid violet · warm · closest name: plum
RGB
175, 130, 220
HSL
270°, 56%, 69%
CMYK
21, 41, 0, 14
Luminance
0.3025
Every format
| HEX | #af82dc |
| RGB | rgb(175, 130, 220) |
| HSL | hsl(270, 56%, 69%) |
| CMYK | cmyk(21%, 41%, 0%, 14%) |
| LAB | lab(61.9 34.6 -39.6) |
| LCH | lch(61.9 52.6 311.1) |
| OKLCH | oklch(0.685 0.136 306.1) |
Copy-ready code
/* CSS */
color: #af82dc;
background-color: #af82dc;
/* Tailwind (arbitrary) */
class="text-[#af82dc] bg-[#af82dc]"
/* SCSS */
$brand: #af82dc;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 0.863)
/* Android */
Color.parseColor("#af82dc")Accessibility — WCAG contrast
Aa
#af82dc on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af82dc on black: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta40.9%
Yellow0.0%
Key (black)13.7%
Color previews
#af82dc text on a black background
contrast 7.05:1
Card sample
#af82dc text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af82dc;
Background color
Panel with #af82dc background
background-color: #af82dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af82dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af82dc; background: linear-gradient(135deg, #af82dc, #DC82CD);