#af34c4
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 52, 196
HSL
291°, 58%, 49%
CMYK
11, 74, 0, 23
Luminance
0.1556
Every format
| HEX | #af34c4 |
| RGB | rgb(175, 52, 196) |
| HSL | hsl(291, 58%, 49%) |
| CMYK | cmyk(11%, 74%, 0%, 23%) |
| LAB | lab(46.4 67.2 -50.5) |
| LCH | lch(46.4 84.0 323.1) |
| OKLCH | oklch(0.567 0.226 321.4) |
Copy-ready code
/* CSS */
color: #af34c4;
background-color: #af34c4;
/* Tailwind (arbitrary) */
class="text-[#af34c4] bg-[#af34c4]"
/* SCSS */
$brand: #af34c4;
/* SwiftUI */
Color(red: 0.686, green: 0.204, blue: 0.769)
/* Android */
Color.parseColor("#af34c4")Accessibility — WCAG contrast
Aa
#af34c4 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af34c4 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.4%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta73.5%
Yellow0.0%
Key (black)23.1%
Color previews
#af34c4 text on a black background
contrast 4.11:1
Card sample
#af34c4 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af34c4;
Background color
Panel with #af34c4 background
background-color: #af34c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af34c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 52, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 52, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af34c4; background: linear-gradient(135deg, #af34c4, #C43479);