Magenta
#A61CFD
PurpleColor Codes
All color formats for development
HEX
#A61CFDRGB
rgb(166, 28, 253)HSL
hsl(277, 98%, 55%)OKLCH
oklch(0.582 0.288 305.7)CMYK
cmyk(34%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B03FA
2#8A02DE
3#7902C2
4#6702A7
5#56018B
6#45016F
7#340153
8#220138
9#11001C
Tints
Lighter variations
1#AF33FD
2#B849FD
3#C160FD
4#CA77FE
5#D38DFE
6#DCA4FE
7#E4BBFE
8#EDD2FF
9#F6E8FF
Tones
Muted variations
1#A427F1
2#A132E6
3#9F3EDB
4#9C49D0
5#9954C4
6#975FB9
7#946BAE
8#9176A3
9#8F8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BD #E5BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D28B #D28BFE | BordersInactive statesPlaceholder text |
| 400 | BA4E #BA4EFD | Disabled statesSecondary iconsMuted text |
| 500 | A61C #A61CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A02 #8A02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E02 #6E02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E01 #4E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3201 #320151 | 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: #F1DCFF;
--magenta-200: #E5BDFE;
--magenta-300: #D28BFE;
--magenta-400: #BA4EFD;
--magenta-500: #A61CFD;
--magenta-600: #8A02DE;
--magenta-700: #6E02B1;
--magenta-800: #4E017E;
--magenta-900: #320151;
--magenta-950: #1F0132;
}