#af82da
a light, vivid violet · warm · closest name: plum
RGB
175, 130, 218
HSL
271°, 54%, 68%
CMYK
20, 40, 0, 15
Luminance
0.3014
Every format
| HEX | #af82da |
| RGB | rgb(175, 130, 218) |
| HSL | hsl(271, 54%, 68%) |
| CMYK | cmyk(20%, 40%, 0%, 15%) |
| LAB | lab(61.8 34.1 -38.6) |
| LCH | lch(61.8 51.5 311.5) |
| OKLCH | oklch(0.684 0.134 306.7) |
Copy-ready code
/* CSS */
color: #af82da;
background-color: #af82da;
/* Tailwind (arbitrary) */
class="text-[#af82da] bg-[#af82da]"
/* SCSS */
$brand: #af82da;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 0.855)
/* Android */
Color.parseColor("#af82da")Accessibility — WCAG contrast
Aa
#af82da on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af82da on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta40.4%
Yellow0.0%
Key (black)14.5%
Color previews
#af82da text on a black background
contrast 7.03:1
Card sample
#af82da text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af82da;
Background color
Panel with #af82da background
background-color: #af82da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af82da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af82da; background: linear-gradient(135deg, #af82da, #DA82CA);