#aa2dbf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
170, 45, 191
HSL
291°, 62%, 46%
CMYK
11, 76, 0, 25
Luminance
0.1418
Every format
| HEX | #aa2dbf |
| RGB | rgb(170, 45, 191) |
| HSL | hsl(291, 62%, 46%) |
| CMYK | cmyk(11%, 76%, 0%, 25%) |
| LAB | lab(44.5 67.6 -50.6) |
| LCH | lch(44.5 84.4 323.2) |
| OKLCH | oklch(0.551 0.227 321.4) |
Copy-ready code
/* CSS */
color: #aa2dbf;
background-color: #aa2dbf;
/* Tailwind (arbitrary) */
class="text-[#aa2dbf] bg-[#aa2dbf]"
/* SCSS */
$brand: #aa2dbf;
/* SwiftUI */
Color(red: 0.667, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#aa2dbf")Accessibility — WCAG contrast
Aa
#aa2dbf on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa2dbf on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green17.6%
Blue74.9%
CMYK percentages
Cyan11.0%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#aa2dbf text on a black background
contrast 3.84:1
Card sample
#aa2dbf text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa2dbf;
Background color
Panel with #aa2dbf background
background-color: #aa2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa2dbf; background: linear-gradient(135deg, #aa2dbf, #BF2D73);