#af81ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 129, 255
HSL
262°, 100%, 75%
CMYK
31, 49, 0, 0
Luminance
0.3203
Every format
| HEX | #af81ff |
| RGB | rgb(175, 129, 255) |
| HSL | hsl(262, 100%, 75%) |
| CMYK | cmyk(31%, 49%, 0%, 0%) |
| LAB | lab(63.4 43.4 -56.6) |
| LCH | lch(63.4 71.3 307.5) |
| OKLCH | oklch(0.702 0.181 298.5) |
Copy-ready code
/* CSS */
color: #af81ff;
background-color: #af81ff;
/* Tailwind (arbitrary) */
class="text-[#af81ff] bg-[#af81ff]"
/* SCSS */
$brand: #af81ff;
/* SwiftUI */
Color(red: 0.686, green: 0.506, blue: 1.000)
/* Android */
Color.parseColor("#af81ff")Accessibility — WCAG contrast
Aa
#af81ff on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af81ff on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.6%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta49.4%
Yellow0.0%
Key (black)0.0%
Color previews
#af81ff text on a black background
contrast 7.41:1
Card sample
#af81ff text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af81ff;
Background color
Panel with #af81ff background
background-color: #af81ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af81ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 129, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 129, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af81ff; background: linear-gradient(135deg, #af81ff, #FF81FB);