#af3bc3
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 59, 195
HSL
291°, 54%, 50%
CMYK
10, 70, 0, 24
Luminance
0.1618
Every format
| HEX | #af3bc3 |
| RGB | rgb(175, 59, 195) |
| HSL | hsl(291, 54%, 50%) |
| CMYK | cmyk(10%, 70%, 0%, 24%) |
| LAB | lab(47.2 64.5 -48.5) |
| LCH | lch(47.2 80.7 323.0) |
| OKLCH | oklch(0.573 0.217 321.4) |
Copy-ready code
/* CSS */
color: #af3bc3;
background-color: #af3bc3;
/* Tailwind (arbitrary) */
class="text-[#af3bc3] bg-[#af3bc3]"
/* SCSS */
$brand: #af3bc3;
/* SwiftUI */
Color(red: 0.686, green: 0.231, blue: 0.765)
/* Android */
Color.parseColor("#af3bc3")Accessibility — WCAG contrast
Aa
#af3bc3 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3bc3 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.1%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta69.7%
Yellow0.0%
Key (black)23.5%
Color previews
#af3bc3 text on a black background
contrast 4.24:1
Card sample
#af3bc3 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3bc3;
Background color
Panel with #af3bc3 background
background-color: #af3bc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3bc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 59, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 59, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3bc3; background: linear-gradient(135deg, #af3bc3, #C33B7C);