#af2bc4
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 43, 196
HSL
292°, 64%, 47%
CMYK
11, 78, 0, 23
Luminance
0.1483
Every format
| HEX | #af2bc4 |
| RGB | rgb(175, 43, 196) |
| HSL | hsl(292, 64%, 47%) |
| CMYK | cmyk(11%, 78%, 0%, 23%) |
| LAB | lab(45.4 70.0 -52.0) |
| LCH | lch(45.4 87.2 323.4) |
| OKLCH | oklch(0.560 0.235 321.6) |
Copy-ready code
/* CSS */
color: #af2bc4;
background-color: #af2bc4;
/* Tailwind (arbitrary) */
class="text-[#af2bc4] bg-[#af2bc4]"
/* SCSS */
$brand: #af2bc4;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.769)
/* Android */
Color.parseColor("#af2bc4")Accessibility — WCAG contrast
Aa
#af2bc4 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2bc4 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta78.1%
Yellow0.0%
Key (black)23.1%
Color previews
#af2bc4 text on a black background
contrast 3.97:1
Card sample
#af2bc4 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2bc4;
Background color
Panel with #af2bc4 background
background-color: #af2bc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2bc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2bc4; background: linear-gradient(135deg, #af2bc4, #C42B73);