#af82fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 130, 252
HSL
262°, 95%, 75%
CMYK
31, 48, 0, 1
Luminance
0.3211
Every format
| HEX | #af82fc |
| RGB | rgb(175, 130, 252) |
| HSL | hsl(262, 95%, 75%) |
| CMYK | cmyk(31%, 48%, 0%, 1%) |
| LAB | lab(63.4 42.1 -54.8) |
| LCH | lch(63.4 69.2 307.5) |
| OKLCH | oklch(0.702 0.176 298.8) |
Copy-ready code
/* CSS */
color: #af82fc;
background-color: #af82fc;
/* Tailwind (arbitrary) */
class="text-[#af82fc] bg-[#af82fc]"
/* SCSS */
$brand: #af82fc;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 0.988)
/* Android */
Color.parseColor("#af82fc")Accessibility — WCAG contrast
Aa
#af82fc on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af82fc on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta48.4%
Yellow0.0%
Key (black)1.2%
Color previews
#af82fc text on a black background
contrast 7.42:1
Card sample
#af82fc text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af82fc;
Background color
Panel with #af82fc background
background-color: #af82fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af82fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af82fc; background: linear-gradient(135deg, #af82fc, #FC82F8);