#af3ad3
a balanced, vivid violet · warm · closest name: purple
RGB
175, 58, 211
HSL
286°, 64%, 53%
CMYK
17, 73, 0, 17
Luminance
0.1684
Every format
| HEX | #af3ad3 |
| RGB | rgb(175, 58, 211) |
| HSL | hsl(286, 64%, 53%) |
| CMYK | cmyk(17%, 73%, 0%, 17%) |
| LAB | lab(48.1 67.8 -56.4) |
| LCH | lch(48.1 88.2 320.3) |
| OKLCH | oklch(0.582 0.232 316.9) |
Copy-ready code
/* CSS */
color: #af3ad3;
background-color: #af3ad3;
/* Tailwind (arbitrary) */
class="text-[#af3ad3] bg-[#af3ad3]"
/* SCSS */
$brand: #af3ad3;
/* SwiftUI */
Color(red: 0.686, green: 0.227, blue: 0.827)
/* Android */
Color.parseColor("#af3ad3")Accessibility — WCAG contrast
Aa
#af3ad3 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ad3 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.7%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta72.5%
Yellow0.0%
Key (black)17.3%
Color previews
#af3ad3 text on a black background
contrast 4.37:1
Card sample
#af3ad3 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ad3;
Background color
Panel with #af3ad3 background
background-color: #af3ad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 58, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 58, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ad3; background: linear-gradient(135deg, #af3ad3, #D33A91);