#af3ad9
a balanced, vivid violet · warm · closest name: purple
RGB
175, 58, 217
HSL
284°, 68%, 54%
CMYK
19, 73, 0, 15
Luminance
0.1715
Every format
| HEX | #af3ad9 |
| RGB | rgb(175, 58, 217) |
| HSL | hsl(284, 68%, 54%) |
| CMYK | cmyk(19%, 73%, 0%, 15%) |
| LAB | lab(48.5 69.0 -59.2) |
| LCH | lch(48.5 90.9 319.4) |
| OKLCH | oklch(0.586 0.237 315.4) |
Copy-ready code
/* CSS */
color: #af3ad9;
background-color: #af3ad9;
/* Tailwind (arbitrary) */
class="text-[#af3ad9] bg-[#af3ad9]"
/* SCSS */
$brand: #af3ad9;
/* SwiftUI */
Color(red: 0.686, green: 0.227, blue: 0.851)
/* Android */
Color.parseColor("#af3ad9")Accessibility — WCAG contrast
Aa
#af3ad9 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ad9 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.7%
Blue85.1%
CMYK percentages
Cyan19.4%
Magenta73.3%
Yellow0.0%
Key (black)14.9%
Color previews
#af3ad9 text on a black background
contrast 4.43:1
Card sample
#af3ad9 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ad9;
Background color
Panel with #af3ad9 background
background-color: #af3ad9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ad9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 58, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 58, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ad9; background: linear-gradient(135deg, #af3ad9, #D93A99);