#af53bc
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 83, 188
HSL
293°, 44%, 53%
CMYK
7, 56, 0, 26
Luminance
0.1893
Every format
| HEX | #af53bc |
| RGB | rgb(175, 83, 188) |
| HSL | hsl(293, 44%, 53%) |
| CMYK | cmyk(7%, 56%, 0%, 26%) |
| LAB | lab(50.6 52.8 -39.1) |
| LCH | lch(50.6 65.7 323.5) |
| OKLCH | oklch(0.596 0.178 322.5) |
Copy-ready code
/* CSS */
color: #af53bc;
background-color: #af53bc;
/* Tailwind (arbitrary) */
class="text-[#af53bc] bg-[#af53bc]"
/* SCSS */
$brand: #af53bc;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.737)
/* Android */
Color.parseColor("#af53bc")Accessibility — WCAG contrast
Aa
#af53bc on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af53bc on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta55.9%
Yellow0.0%
Key (black)26.3%
Color previews
#af53bc text on a black background
contrast 4.79:1
Card sample
#af53bc text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af53bc;
Background color
Panel with #af53bc background
background-color: #af53bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af53bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af53bc; background: linear-gradient(135deg, #af53bc, #BC5383);