#af52be
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 82, 190
HSL
292°, 45%, 53%
CMYK
8, 57, 0, 26
Luminance
0.1887
Every format
| HEX | #af52be |
| RGB | rgb(175, 82, 190) |
| HSL | hsl(292, 45%, 53%) |
| CMYK | cmyk(8%, 57%, 0%, 26%) |
| LAB | lab(50.5 53.6 -40.4) |
| LCH | lch(50.5 67.1 323.0) |
| OKLCH | oklch(0.596 0.182 321.9) |
Copy-ready code
/* CSS */
color: #af52be;
background-color: #af52be;
/* Tailwind (arbitrary) */
class="text-[#af52be] bg-[#af52be]"
/* SCSS */
$brand: #af52be;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.745)
/* Android */
Color.parseColor("#af52be")Accessibility — WCAG contrast
Aa
#af52be on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af52be on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue74.5%
CMYK percentages
Cyan7.9%
Magenta56.8%
Yellow0.0%
Key (black)25.5%
Color previews
#af52be text on a black background
contrast 4.77:1
Card sample
#af52be text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af52be;
Background color
Panel with #af52be background
background-color: #af52be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af52be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af52be; background: linear-gradient(135deg, #af52be, #BE5285);