#aa53af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
170, 83, 175
HSL
297°, 37%, 51%
CMYK
3, 53, 0, 31
Luminance
0.1783
Every format
| HEX | #aa53af |
| RGB | rgb(170, 83, 175) |
| HSL | hsl(297, 37%, 51%) |
| CMYK | cmyk(3%, 53%, 0%, 31%) |
| LAB | lab(49.3 48.9 -33.6) |
| LCH | lch(49.3 59.4 325.5) |
| OKLCH | oklch(0.583 0.163 325.3) |
Copy-ready code
/* CSS */
color: #aa53af;
background-color: #aa53af;
/* Tailwind (arbitrary) */
class="text-[#aa53af] bg-[#aa53af]"
/* SCSS */
$brand: #aa53af;
/* SwiftUI */
Color(red: 0.667, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#aa53af")Accessibility — WCAG contrast
Aa
#aa53af on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa53af on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green32.5%
Blue68.6%
CMYK percentages
Cyan2.9%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#aa53af text on a black background
contrast 4.57:1
Card sample
#aa53af text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa53af;
Background color
Panel with #aa53af background
background-color: #aa53af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa53af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa53af; background: linear-gradient(135deg, #aa53af, #AF5377);