#af22bc
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 34, 188
HSL
295°, 69%, 44%
CMYK
7, 82, 0, 26
Luminance
0.1389
Every format
| HEX | #af22bc |
| RGB | rgb(175, 34, 188) |
| HSL | hsl(295, 69%, 44%) |
| CMYK | cmyk(7%, 82%, 0%, 26%) |
| LAB | lab(44.1 71.1 -49.5) |
| LCH | lch(44.1 86.6 325.1) |
| OKLCH | oklch(0.549 0.236 324.2) |
Copy-ready code
/* CSS */
color: #af22bc;
background-color: #af22bc;
/* Tailwind (arbitrary) */
class="text-[#af22bc] bg-[#af22bc]"
/* SCSS */
$brand: #af22bc;
/* SwiftUI */
Color(red: 0.686, green: 0.133, blue: 0.737)
/* Android */
Color.parseColor("#af22bc")Accessibility — WCAG contrast
Aa
#af22bc on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af22bc on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green13.3%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta81.9%
Yellow0.0%
Key (black)26.3%
Color previews
#af22bc text on a black background
contrast 3.78:1
Card sample
#af22bc text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af22bc;
Background color
Panel with #af22bc background
background-color: #af22bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af22bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 34, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 34, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af22bc; background: linear-gradient(135deg, #af22bc, #BC2262);