Magenta
#AA1EFA
PurpleColor Codes
All color formats for development
HEX
#AA1EFARGB
rgb(170, 30, 250)HSL
hsl(278, 96%, 55%)OKLCH
oklch(0.585 0.285 307.5)CMYK
cmyk(32%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F05F7
2#8D04DC
3#7B04C0
4#6A03A5
5#580389
6#46026E
7#350252
8#230137
9#12011B
Tints
Lighter variations
1#B235FB
2#BB4BFB
3#C362FC
4#CC78FC
5#D48FFD
6#DDA5FD
7#E5BCFE
8#EED2FE
9#F6E9FF
Tones
Muted variations
1#A729EF
2#A434E4
3#A13FD9
4#9E4ACE
5#9B55C3
6#9860B8
7#956BAD
8#9276A2
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 | D38C #D38CFD | BordersInactive statesPlaceholder text |
| 400 | BD50 #BD50FB | Disabled statesSecondary iconsMuted text |
| 500 | AA1E #AA1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D04 #8D04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7004 #7004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5003 #50037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #330250 | 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: #D38CFD;
--magenta-400: #BD50FB;
--magenta-500: #AA1EFA;
--magenta-600: #8D04DC;
--magenta-700: #7004AF;
--magenta-800: #50037D;
--magenta-900: #330250;
--magenta-950: #200132;
}