Magenta
#A61DFC
PurpleColor Codes
All color formats for development
HEX
#A61DFCRGB
rgb(166, 29, 252)HSL
hsl(277, 97%, 55%)OKLCH
oklch(0.582 0.287 305.9)CMYK
cmyk(34%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B04F9
2#8A03DD
3#7803C1
4#6703A6
5#56028A
6#45026F
7#340153
8#220137
9#11001C
Tints
Lighter variations
1#AF34FC
2#B84AFC
3#C161FD
4#CA77FD
5#D38EFD
6#DBA5FE
7#E4BBFE
8#EDD2FE
9#F6E8FF
Tones
Muted variations
1#A428F0
2#A133E5
3#9E3EDA
4#9C49CF
5#9955C4
6#9760B9
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 #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BE #E5BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D28B #D28BFD | BordersInactive statesPlaceholder text |
| 400 | BA4F #BA4FFC | Disabled statesSecondary iconsMuted text |
| 500 | A61D #A61DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A03 #8A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D03 #6D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E02 #4E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3201 #320150 | 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: #D28BFD;
--magenta-400: #BA4FFC;
--magenta-500: #A61DFC;
--magenta-600: #8A03DD;
--magenta-700: #6D03B0;
--magenta-800: #4E027E;
--magenta-900: #320150;
--magenta-950: #1F0132;
}