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