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