Telemagenta
#aa22cc
Here's everything about the color Telemagenta (#aa22cc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aa22cc | |
|---|---|---|
| RGB | rgb(170, 34, 204) | |
| HSL | hsl(288, 71%, 47%) | |
| CMYK | cmyk(17%, 83%, 0%, 20%) | |
| LAB | lab(44, 68, -59) | |
| OKLCH | oklch(0.55 0.247 318) |
Color harmonies
Tints & shades
Code snippets
color: #aa22cc;
background-color: #aa22cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFAA22CC)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.13, blue: 0.80, alpha: 1.0)