Magenta
#A920F8
PurpleColor Codes
All color formats for development
HEX
#A920F8RGB
rgb(169, 32, 248)HSL
hsl(278, 94%, 55%)OKLCH
oklch(0.583 0.283 307.5)CMYK
cmyk(32%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E08F5
2#8C07DA
3#7B06BE
4#6905A3
5#580488
6#46036D
7#350352
8#230236
9#12011B
Tints
Lighter variations
1#B237F9
2#BA4DF9
3#C363FA
4#CB79FB
5#D490FC
6#DDA6FC
7#E5BCFD
8#EED2FE
9#F6E9FE
Tones
Muted variations
1#A62BED
2#A336E3
3#A041D8
4#9E4CCD
5#9B56C2
6#9861B7
7#956CAD
8#9277A2
9#8F8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BF #E6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38D #D38DFB | BordersInactive statesPlaceholder text |
| 400 | BC52 #BC52FA | Disabled statesSecondary iconsMuted text |
| 500 | A920 #A920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C07 #8C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7005 #7005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5004 #50047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #33024F | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FF;
--magenta-100: #F2DCFE;
--magenta-200: #E6BFFD;
--magenta-300: #D38DFB;
--magenta-400: #BC52FA;
--magenta-500: #A920F8;
--magenta-600: #8C07DA;
--magenta-700: #7005AD;
--magenta-800: #50047C;
--magenta-900: #33024F;
--magenta-950: #200231;
}