#af53b3
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 83, 179
HSL
298°, 39%, 51%
CMYK
2, 54, 0, 30
Luminance
0.1856
Every format
| HEX | #af53b3 |
| RGB | rgb(175, 83, 179) |
| HSL | hsl(298, 39%, 51%) |
| CMYK | cmyk(2%, 54%, 0%, 30%) |
| LAB | lab(50.2 51.1 -34.6) |
| LCH | lch(50.2 61.7 325.9) |
| OKLCH | oklch(0.592 0.170 325.9) |
Copy-ready code
/* CSS */
color: #af53b3;
background-color: #af53b3;
/* Tailwind (arbitrary) */
class="text-[#af53b3] bg-[#af53b3]"
/* SCSS */
$brand: #af53b3;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.702)
/* Android */
Color.parseColor("#af53b3")Accessibility — WCAG contrast
Aa
#af53b3 on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af53b3 on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue70.2%
CMYK percentages
Cyan2.2%
Magenta53.6%
Yellow0.0%
Key (black)29.8%
Color previews
#af53b3 text on a black background
contrast 4.71:1
Card sample
#af53b3 text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af53b3;
Background color
Panel with #af53b3 background
background-color: #af53b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af53b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af53b3; background: linear-gradient(135deg, #af53b3, #B35377);