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