Magenta
#AA1DFC
PurpleColor Codes
All color formats for development
HEX
#AA1DFCRGB
rgb(170, 29, 252)HSL
hsl(278, 97%, 55%)OKLCH
oklch(0.587 0.287 307.1)CMYK
cmyk(33%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F04F9
2#8D03DD
3#7C03C1
4#6A03A6
5#58028A
6#47026F
7#350153
8#230137
9#12001C
Tints
Lighter variations
1#B234FC
2#BB4AFC
3#C361FD
4#CC77FD
5#D48EFD
6#DDA5FE
7#E5BBFE
8#EED2FE
9#F6E8FF
Tones
Muted variations
1#A728F0
2#A433E5
3#A13EDA
4#9E49CF
5#9B55C4
6#9860B9
7#956BAE
8#9276A3
9#8F8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BE #E6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D48B #D48BFD | BordersInactive statesPlaceholder text |
| 400 | BD4F #BD4FFC | Disabled statesSecondary iconsMuted text |
| 500 | AA1D #AA1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D03 #8D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7003 #7003B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5002 #50027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3301 #330150 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FF;
--magenta-100: #F2DCFE;
--magenta-200: #E6BEFE;
--magenta-300: #D48BFD;
--magenta-400: #BD4FFC;
--magenta-500: #AA1DFC;
--magenta-600: #8D03DD;
--magenta-700: #7003B0;
--magenta-800: #50027E;
--magenta-900: #330150;
--magenta-950: #200132;
}