#af83f9
a light, electric violet · warm · closest name: slateblue
RGB
175, 131, 249
HSL
262°, 91%, 75%
CMYK
30, 47, 0, 2
Luminance
0.3219
Every format
| HEX | #af83f9 |
| RGB | rgb(175, 131, 249) |
| HSL | hsl(262, 91%, 75%) |
| CMYK | cmyk(30%, 47%, 0%, 2%) |
| LAB | lab(63.5 40.9 -53.1) |
| LCH | lch(63.5 67.0 307.6) |
| OKLCH | oklch(0.702 0.171 299.2) |
Copy-ready code
/* CSS */
color: #af83f9;
background-color: #af83f9;
/* Tailwind (arbitrary) */
class="text-[#af83f9] bg-[#af83f9]"
/* SCSS */
$brand: #af83f9;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.976)
/* Android */
Color.parseColor("#af83f9")Accessibility — WCAG contrast
Aa
#af83f9 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af83f9 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta47.4%
Yellow0.0%
Key (black)2.4%
Color previews
#af83f9 text on a black background
contrast 7.44:1
Card sample
#af83f9 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af83f9;
Background color
Panel with #af83f9 background
background-color: #af83f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af83f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af83f9; background: linear-gradient(135deg, #af83f9, #F983F4);