Magenta
#AE1DFC
PurpleColor Codes
All color formats for development
HEX
#AE1DFCRGB
rgb(174, 29, 252)HSL
hsl(279, 97%, 55%)OKLCH
oklch(0.592 0.288 308.3)CMYK
cmyk(31%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A304F9
2#9103DD
3#7F03C1
4#6D03A6
5#5B028A
6#48026F
7#360153
8#240137
9#12001C
Tints
Lighter variations
1#B634FC
2#BE4AFC
3#C661FD
4#CE77FD
5#D68EFD
6#DEA5FE
7#E7BBFE
8#EFD2FE
9#F7E8FF
Tones
Muted variations
1#AA28F0
2#A733E5
3#A43EDA
4#A049CF
5#9D55C4
6#9A60B9
7#966BAE
8#9376A3
9#908197
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 | E7BE #E7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D58B #D58BFD | BordersInactive statesPlaceholder text |
| 400 | C04F #C04FFC | Disabled statesSecondary iconsMuted text |
| 500 | AE1D #AE1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 9103 #9103DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7303 #7303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5202 #52027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3501 #350150 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F2DCFE;
--magenta-200: #E7BEFE;
--magenta-300: #D58BFD;
--magenta-400: #C04FFC;
--magenta-500: #AE1DFC;
--magenta-600: #9103DD;
--magenta-700: #7303B0;
--magenta-800: #52027E;
--magenta-900: #350150;
--magenta-950: #210132;
}