#af83ce
a light, soft violet · warm · closest name: plum
RGB
175, 131, 206
HSL
275°, 43%, 66%
CMYK
15, 36, 0, 19
Luminance
0.2980
Every format
| HEX | #af83ce |
| RGB | rgb(175, 131, 206) |
| HSL | hsl(275, 43%, 66%) |
| CMYK | cmyk(15%, 36%, 0%, 19%) |
| LAB | lab(61.5 30.9 -32.3) |
| LCH | lch(61.5 44.7 313.7) |
| OKLCH | oklch(0.680 0.117 310.4) |
Copy-ready code
/* CSS */
color: #af83ce;
background-color: #af83ce;
/* Tailwind (arbitrary) */
class="text-[#af83ce] bg-[#af83ce]"
/* SCSS */
$brand: #af83ce;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.808)
/* Android */
Color.parseColor("#af83ce")Accessibility — WCAG contrast
Aa
#af83ce on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af83ce on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta36.4%
Yellow0.0%
Key (black)19.2%
Color previews
#af83ce text on a black background
contrast 6.96:1
Card sample
#af83ce text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af83ce;
Background color
Panel with #af83ce background
background-color: #af83ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af83ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af83ce; background: linear-gradient(135deg, #af83ce, #CE83BB);