#af82ec
a light, vivid violet · warm · closest name: slateblue
RGB
175, 130, 236
HSL
266°, 74%, 72%
CMYK
26, 45, 0, 8
Luminance
0.3114
Every format
| HEX | #af82ec |
| RGB | rgb(175, 130, 236) |
| HSL | hsl(266, 74%, 72%) |
| CMYK | cmyk(26%, 45%, 0%, 8%) |
| LAB | lab(62.6 38.3 -47.3) |
| LCH | lch(62.6 60.9 309.0) |
| OKLCH | oklch(0.693 0.156 302.1) |
Copy-ready code
/* CSS */
color: #af82ec;
background-color: #af82ec;
/* Tailwind (arbitrary) */
class="text-[#af82ec] bg-[#af82ec]"
/* SCSS */
$brand: #af82ec;
/* SwiftUI */
Color(red: 0.686, green: 0.510, blue: 0.925)
/* Android */
Color.parseColor("#af82ec")Accessibility — WCAG contrast
Aa
#af82ec on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af82ec on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.0%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta44.9%
Yellow0.0%
Key (black)7.5%
Color previews
#af82ec text on a black background
contrast 7.23:1
Card sample
#af82ec text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af82ec;
Background color
Panel with #af82ec background
background-color: #af82ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af82ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 130, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 130, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af82ec; background: linear-gradient(135deg, #af82ec, #EC82E2);