#a853af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
168, 83, 175
HSL
295°, 37%, 51%
CMYK
4, 53, 0, 31
Luminance
0.1761
Every format
| HEX | #a853af |
| RGB | rgb(168, 83, 175) |
| HSL | hsl(295, 37%, 51%) |
| CMYK | cmyk(4%, 53%, 0%, 31%) |
| LAB | lab(49.0 48.4 -34.1) |
| LCH | lch(49.0 59.2 324.8) |
| OKLCH | oklch(0.581 0.162 324.5) |
Copy-ready code
/* CSS */
color: #a853af;
background-color: #a853af;
/* Tailwind (arbitrary) */
class="text-[#a853af] bg-[#a853af]"
/* SCSS */
$brand: #a853af;
/* SwiftUI */
Color(red: 0.659, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#a853af")Accessibility — WCAG contrast
Aa
#a853af on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a853af on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green32.5%
Blue68.6%
CMYK percentages
Cyan4.0%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#a853af text on a black background
contrast 4.52:1
Card sample
#a853af text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a853af;
Background color
Panel with #a853af background
background-color: #a853af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a853af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a853af; background: linear-gradient(135deg, #a853af, #AF5379);