#af34ba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 52, 186
HSL
295°, 56%, 47%
CMYK
6, 72, 0, 27
Luminance
0.1512
Every format
| HEX | #af34ba |
| RGB | rgb(175, 52, 186) |
| HSL | hsl(295, 56%, 47%) |
| CMYK | cmyk(6%, 72%, 0%, 27%) |
| LAB | lab(45.8 65.4 -45.6) |
| LCH | lch(45.8 79.7 325.1) |
| OKLCH | oklch(0.561 0.218 324.4) |
Copy-ready code
/* CSS */
color: #af34ba;
background-color: #af34ba;
/* Tailwind (arbitrary) */
class="text-[#af34ba] bg-[#af34ba]"
/* SCSS */
$brand: #af34ba;
/* SwiftUI */
Color(red: 0.686, green: 0.204, blue: 0.729)
/* Android */
Color.parseColor("#af34ba")Accessibility — WCAG contrast
Aa
#af34ba on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af34ba on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.4%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta72.0%
Yellow0.0%
Key (black)27.1%
Color previews
#af34ba text on a black background
contrast 4.02:1
Card sample
#af34ba text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af34ba;
Background color
Panel with #af34ba background
background-color: #af34ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af34ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 52, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 52, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af34ba; background: linear-gradient(135deg, #af34ba, #BA346C);