Magenta
#A61EFA
PurpleColor Codes
All color formats for development
HEX
#A61EFARGB
rgb(166, 30, 250)HSL
hsl(277, 96%, 55%)OKLCH
oklch(0.58 0.285 306.3)CMYK
cmyk(34%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A05F7
2#8904DC
3#7804C0
4#6703A5
5#560389
6#45026E
7#330252
8#220137
9#11011B
Tints
Lighter variations
1#AF35FB
2#B84BFB
3#C162FC
4#CA78FC
5#D28FFD
6#DBA5FD
7#E4BCFE
8#EDD2FE
9#F6E9FF
Tones
Muted variations
1#A329EF
2#A134E4
3#9E3FD9
4#9C4ACE
5#9955C3
6#9760B8
7#946BAD
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 #E5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D18C #D18CFD | BordersInactive statesPlaceholder text |
| 400 | BA50 #BA50FB | Disabled statesSecondary iconsMuted text |
| 500 | A61E #A61EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8904 #8904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D04 #6D04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E03 #4E037D | 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: #E5BEFE;
--magenta-300: #D18CFD;
--magenta-400: #BA50FB;
--magenta-500: #A61EFA;
--magenta-600: #8904DC;
--magenta-700: #6D04AF;
--magenta-800: #4E037D;
--magenta-900: #320250;
--magenta-950: #1F0132;
}