#af82ce
a light, soft violet · warm · closest name: plum
RGB
175, 130, 206
HSL
276°, 44%, 66%
CMYK
15, 37, 0, 19
Luminance
0.2954
Every format
| HEX | #af82ce |
| RGB | rgb(175, 130, 206) |
| HSL | hsl(276, 44%, 66%) |
| CMYK | cmyk(15%, 37%, 0%, 19%) |
| LAB | lab(61.3 31.4 -32.7) |
| LCH | lch(61.3 45.4 313.9) |
| OKLCH | oklch(0.678 0.119 310.7) |
Copy-ready code
/* CSS */
color: #af82ce;
background-color: #af82ce;
/* Tailwind (arbitrary) */
class="text-[#af82ce] bg-[#af82ce]"
/* SCSS */
$brand: #af82ce;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 0.808)
/* Android */
Color.parseColor("#af82ce")Accessibility — WCAG contrast
Aa
#af82ce on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af82ce on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta36.9%
Yellow0.0%
Key (black)19.2%
Color previews
#af82ce text on a black background
contrast 6.91:1
Card sample
#af82ce text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af82ce;
Background color
Panel with #af82ce background
background-color: #af82ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af82ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af82ce; background: linear-gradient(135deg, #af82ce, #CE82BA);