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