#af82ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 130, 255
HSL
262°, 100%, 76%
CMYK
31, 49, 0, 0
Luminance
0.3230
Every format
| HEX | #af82ff |
| RGB | rgb(175, 130, 255) |
| HSL | hsl(262, 100%, 76%) |
| CMYK | cmyk(31%, 49%, 0%, 0%) |
| LAB | lab(63.6 42.9 -56.2) |
| LCH | lch(63.6 70.7 307.3) |
| OKLCH | oklch(0.704 0.180 298.3) |
Copy-ready code
/* CSS */
color: #af82ff;
background-color: #af82ff;
/* Tailwind (arbitrary) */
class="text-[#af82ff] bg-[#af82ff]"
/* SCSS */
$brand: #af82ff;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 1.000)
/* Android */
Color.parseColor("#af82ff")Accessibility — WCAG contrast
Aa
#af82ff on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af82ff on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta49.0%
Yellow0.0%
Key (black)0.0%
Color previews
#af82ff text on a black background
contrast 7.46:1
Card sample
#af82ff text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af82ff;
Background color
Panel with #af82ff background
background-color: #af82ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af82ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af82ff; background: linear-gradient(135deg, #af82ff, #FF82FC);