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