Magenta
#AD20F8
PurpleColor Codes
All color formats for development
HEX
#AD20F8RGB
rgb(173, 32, 248)HSL
hsl(279, 94%, 55%)OKLCH
oklch(0.589 0.283 308.7)CMYK
cmyk(30%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A208F5
2#9007DA
3#7E06BE
4#6C05A3
5#5A0488
6#48036D
7#360352
8#240236
9#12011B
Tints
Lighter variations
1#B537F9
2#BD4DF9
3#C563FA
4#CE79FB
5#D690FC
6#DEA6FC
7#E6BCFD
8#EFD2FE
9#F7E9FE
Tones
Muted variations
1#A92BED
2#A636E3
3#A341D8
4#A04CCD
5#9C56C2
6#9961B7
7#966CAD
8#9377A2
9#8F8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BF #E7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58D #D58DFB | BordersInactive statesPlaceholder text |
| 400 | BF52 #BF52FA | Disabled statesSecondary iconsMuted text |
| 500 | AD20 #AD20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9007 #9007DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7205 #7205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5204 #52047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3402 #34024F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F2DCFE;
--magenta-200: #E7BFFD;
--magenta-300: #D58DFB;
--magenta-400: #BF52FA;
--magenta-500: #AD20F8;
--magenta-600: #9007DA;
--magenta-700: #7205AD;
--magenta-800: #52047C;
--magenta-900: #34024F;
--magenta-950: #210231;
}