#af3bc4
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 59, 196
HSL
291°, 54%, 50%
CMYK
11, 70, 0, 23
Luminance
0.1623
Every format
| HEX | #af3bc4 |
| RGB | rgb(175, 59, 196) |
| HSL | hsl(291, 54%, 50%) |
| CMYK | cmyk(11%, 70%, 0%, 23%) |
| LAB | lab(47.3 64.7 -49.0) |
| LCH | lch(47.3 81.2 322.8) |
| OKLCH | oklch(0.574 0.218 321.1) |
Copy-ready code
/* CSS */
color: #af3bc4;
background-color: #af3bc4;
/* Tailwind (arbitrary) */
class="text-[#af3bc4] bg-[#af3bc4]"
/* SCSS */
$brand: #af3bc4;
/* SwiftUI */
Color(red: 0.686, green: 0.231, blue: 0.769)
/* Android */
Color.parseColor("#af3bc4")Accessibility — WCAG contrast
Aa
#af3bc4 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3bc4 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.1%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta69.9%
Yellow0.0%
Key (black)23.1%
Color previews
#af3bc4 text on a black background
contrast 4.25:1
Card sample
#af3bc4 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3bc4;
Background color
Panel with #af3bc4 background
background-color: #af3bc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3bc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 59, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 59, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3bc4; background: linear-gradient(135deg, #af3bc4, #C43B7E);