#af83fd
a light, electric violet · warm · closest name: slateblue
RGB
175, 131, 253
HSL
262°, 97%, 75%
CMYK
31, 48, 0, 1
Luminance
0.3244
Every format
| HEX | #af83fd |
| RGB | rgb(175, 131, 253) |
| HSL | hsl(262, 97%, 75%) |
| CMYK | cmyk(31%, 48%, 0%, 1%) |
| LAB | lab(63.7 41.8 -54.9) |
| LCH | lch(63.7 69.0 307.3) |
| OKLCH | oklch(0.704 0.176 298.4) |
Copy-ready code
/* CSS */
color: #af83fd;
background-color: #af83fd;
/* Tailwind (arbitrary) */
class="text-[#af83fd] bg-[#af83fd]"
/* SCSS */
$brand: #af83fd;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.992)
/* Android */
Color.parseColor("#af83fd")Accessibility — WCAG contrast
Aa
#af83fd on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af83fd on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta48.2%
Yellow0.0%
Key (black)0.8%
Color previews
#af83fd text on a black background
contrast 7.49:1
Card sample
#af83fd text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af83fd;
Background color
Panel with #af83fd background
background-color: #af83fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af83fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af83fd; background: linear-gradient(135deg, #af83fd, #FD83FA);