Magenta
#A61FF9
PurpleColor Codes
All color formats for development
HEX
#A61FF9RGB
rgb(166, 31, 249)HSL
hsl(277, 95%, 55%)OKLCH
oklch(0.58 0.283 306.4)CMYK
cmyk(33%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A06F6
2#8906DB
3#7805BF
4#6704A4
5#560489
6#45036D
7#330252
8#220137
9#11011B
Tints
Lighter variations
1#AF36FA
2#B84CFA
3#C062FB
4#C979FC
5#D28FFC
6#DBA5FD
7#E4BCFD
8#EDD2FE
9#F6E9FE
Tones
Muted variations
1#A32AEE
2#A135E3
3#9E40D9
4#9C4BCE
5#9956C3
6#9661B8
7#946CAD
8#9176A2
9#8F8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BE #E5BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18D #D18DFC | BordersInactive statesPlaceholder text |
| 400 | BA51 #BA51FB | Disabled statesSecondary iconsMuted text |
| 500 | A61F #A61FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8906 #8906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D04 #6D04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E03 #4E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #320250 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FF;
--magenta-100: #F1DCFE;
--magenta-200: #E5BEFD;
--magenta-300: #D18DFC;
--magenta-400: #BA51FB;
--magenta-500: #A61FF9;
--magenta-600: #8906DB;
--magenta-700: #6D04AE;
--magenta-800: #4E037C;
--magenta-900: #320250;
--magenta-950: #1F0132;
}