#a749ac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
167, 73, 172
HSL
297°, 40%, 48%
CMYK
3, 58, 0, 33
Luminance
0.1596
Every format
| HEX | #a749ac |
| RGB | rgb(167, 73, 172) |
| HSL | hsl(297, 40%, 48%) |
| CMYK | cmyk(3%, 58%, 0%, 33%) |
| LAB | lab(46.9 52.4 -35.6) |
| LCH | lch(46.9 63.4 325.8) |
| OKLCH | oklch(0.565 0.174 325.6) |
Copy-ready code
/* CSS */
color: #a749ac;
background-color: #a749ac;
/* Tailwind (arbitrary) */
class="text-[#a749ac] bg-[#a749ac]"
/* SCSS */
$brand: #a749ac;
/* SwiftUI */
Color(red: 0.655, green: 0.286, blue: 0.675)
/* Android */
Color.parseColor("#a749ac")Accessibility — WCAG contrast
Aa
#a749ac on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a749ac on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green28.6%
Blue67.5%
CMYK percentages
Cyan2.9%
Magenta57.6%
Yellow0.0%
Key (black)32.5%
Color previews
#a749ac text on a black background
contrast 4.19:1
Card sample
#a749ac text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a749ac;
Background color
Panel with #a749ac background
background-color: #a749ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a749ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 73, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 73, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a749ac; background: linear-gradient(135deg, #a749ac, #AC496F);