#af81da
a light, vivid violet · warm · closest name: plum
RGB
175, 129, 218
HSL
271°, 55%, 68%
CMYK
20, 41, 0, 15
Luminance
0.2988
Every format
| HEX | #af81da |
| RGB | rgb(175, 129, 218) |
| HSL | hsl(271, 55%, 68%) |
| CMYK | cmyk(20%, 41%, 0%, 15%) |
| LAB | lab(61.5 34.7 -39.0) |
| LCH | lch(61.5 52.2 311.7) |
| OKLCH | oklch(0.682 0.135 306.9) |
Copy-ready code
/* CSS */
color: #af81da;
background-color: #af81da;
/* Tailwind (arbitrary) */
class="text-[#af81da] bg-[#af81da]"
/* SCSS */
$brand: #af81da;
/* SwiftUI */
Color(red: 0.686, green: 0.506, blue: 0.855)
/* Android */
Color.parseColor("#af81da")Accessibility — WCAG contrast
Aa
#af81da on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af81da on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.6%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta40.8%
Yellow0.0%
Key (black)14.5%
Color previews
#af81da text on a black background
contrast 6.98:1
Card sample
#af81da text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af81da;
Background color
Panel with #af81da background
background-color: #af81da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af81da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 129, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 129, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af81da; background: linear-gradient(135deg, #af81da, #DA81CA);