#aa44bb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
170, 68, 187
HSL
291°, 47%, 50%
CMYK
9, 64, 0, 27
Luminance
0.1627
Every format
| HEX | #aa44bb |
| RGB | rgb(170, 68, 187) |
| HSL | hsl(291, 47%, 50%) |
| CMYK | cmyk(9%, 64%, 0%, 27%) |
| LAB | lab(47.3 58.2 -43.8) |
| LCH | lch(47.3 72.8 323.1) |
| OKLCH | oklch(0.571 0.197 321.7) |
Copy-ready code
/* CSS */
color: #aa44bb;
background-color: #aa44bb;
/* Tailwind (arbitrary) */
class="text-[#aa44bb] bg-[#aa44bb]"
/* SCSS */
$brand: #aa44bb;
/* SwiftUI */
Color(red: 0.667, green: 0.267, blue: 0.733)
/* Android */
Color.parseColor("#aa44bb")Accessibility — WCAG contrast
Aa
#aa44bb on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa44bb on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green26.7%
Blue73.3%
CMYK percentages
Cyan9.1%
Magenta63.6%
Yellow0.0%
Key (black)26.7%
Color previews
#aa44bb text on a black background
contrast 4.25:1
Card sample
#aa44bb text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa44bb;
Background color
Panel with #aa44bb background
background-color: #aa44bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa44bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 68, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 68, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa44bb; background: linear-gradient(135deg, #aa44bb, #BB447D);