#af2bd4
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 43, 212
HSL
287°, 66%, 50%
CMYK
18, 80, 0, 17
Luminance
0.1560
Every format
| HEX | #af2bd4 |
| RGB | rgb(175, 43, 212) |
| HSL | hsl(287, 66%, 50%) |
| CMYK | cmyk(18%, 80%, 0%, 17%) |
| LAB | lab(46.4 72.9 -59.6) |
| LCH | lch(46.4 94.2 320.7) |
| OKLCH | oklch(0.571 0.248 317.3) |
Copy-ready code
/* CSS */
color: #af2bd4;
background-color: #af2bd4;
/* Tailwind (arbitrary) */
class="text-[#af2bd4] bg-[#af2bd4]"
/* SCSS */
$brand: #af2bd4;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.831)
/* Android */
Color.parseColor("#af2bd4")Accessibility — WCAG contrast
Aa
#af2bd4 on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2bd4 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta79.7%
Yellow0.0%
Key (black)16.9%
Color previews
#af2bd4 text on a black background
contrast 4.12:1
Card sample
#af2bd4 text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2bd4;
Background color
Panel with #af2bd4 background
background-color: #af2bd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2bd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2bd4; background: linear-gradient(135deg, #af2bd4, #D42B88);