#af53af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 83, 175
HSL
300°, 37%, 51%
CMYK
0, 53, 0, 31
Luminance
0.1840
Every format
| HEX | #af53af |
| RGB | rgb(175, 83, 175) |
| HSL | hsl(300, 37%, 51%) |
| CMYK | cmyk(0%, 53%, 0%, 31%) |
| LAB | lab(50.0 50.3 -32.5) |
| LCH | lch(50.0 59.9 327.1) |
| OKLCH | oklch(0.590 0.166 327.4) |
Copy-ready code
/* CSS */
color: #af53af;
background-color: #af53af;
/* Tailwind (arbitrary) */
class="text-[#af53af] bg-[#af53af]"
/* SCSS */
$brand: #af53af;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#af53af")Accessibility — WCAG contrast
Aa
#af53af on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af53af on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#af53af text on a black background
contrast 4.68:1
Card sample
#af53af text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af53af;
Background color
Panel with #af53af background
background-color: #af53af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af53af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af53af; background: linear-gradient(135deg, #af53af, #AF5372);