Magenta
#A220F8
PurpleColor Codes
All color formats for development
HEX
#A220F8RGB
rgb(162, 32, 248)HSL
hsl(276, 94%, 55%)OKLCH
oklch(0.575 0.281 305.4)CMYK
cmyk(35%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9608F5
2#8507DA
3#7506BE
4#6405A3
5#530488
6#43036D
7#320352
8#210236
9#11011B
Tints
Lighter variations
1#AB37F9
2#B44DF9
3#BE63FA
4#C779FB
5#D090FC
6#DAA6FC
7#E3BCFD
8#ECD2FE
9#F6E9FE
Tones
Muted variations
1#A02BED
2#9E36E3
3#9B41D8
4#994CCD
5#9756C2
6#9561B7
7#936CAD
8#9177A2
9#8E8197
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 | E4BF #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8D #CF8DFB | BordersInactive statesPlaceholder text |
| 400 | B752 #B752FA | Disabled statesSecondary iconsMuted text |
| 500 | A220 #A220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8507 #8507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A05 #6A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3002 #30024F | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FF;
--magenta-100: #F1DCFE;
--magenta-200: #E4BFFD;
--magenta-300: #CF8DFB;
--magenta-400: #B752FA;
--magenta-500: #A220F8;
--magenta-600: #8507DA;
--magenta-700: #6A05AD;
--magenta-800: #4C047C;
--magenta-900: #30024F;
--magenta-950: #1E0231;
}