Magenta
#A91FF9
PurpleColor Codes
All color formats for development
HEX
#A91FF9RGB
rgb(169, 31, 249)HSL
hsl(278, 95%, 55%)OKLCH
oklch(0.584 0.284 307.3)CMYK
cmyk(32%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E06F6
2#8D06DB
3#7B05BF
4#6904A4
5#580489
6#46036D
7#350252
8#230137
9#12011B
Tints
Lighter variations
1#B236FA
2#BA4CFA
3#C362FB
4#CC79FC
5#D48FFC
6#DDA5FD
7#E5BCFD
8#EED2FE
9#F6E9FE
Tones
Muted variations
1#A62AEE
2#A435E3
3#A140D9
4#9E4BCE
5#9B56C3
6#9861B8
7#956CAD
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 #E6BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38D #D38DFC | BordersInactive statesPlaceholder text |
| 400 | BC51 #BC51FB | Disabled statesSecondary iconsMuted text |
| 500 | A91F #A91FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D06 #8D06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7004 #7004AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5003 #50037C | 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: #E6BEFD;
--magenta-300: #D38DFC;
--magenta-400: #BC51FB;
--magenta-500: #A91FF9;
--magenta-600: #8D06DB;
--magenta-700: #7004AE;
--magenta-800: #50037C;
--magenta-900: #330250;
--magenta-950: #200132;
}