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