Magenta
#AE1CFD
PurpleColor Codes
All color formats for development
HEX
#AE1CFDRGB
rgb(174, 28, 253)HSL
hsl(279, 98%, 55%)OKLCH
oklch(0.592 0.29 308.1)CMYK
cmyk(31%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A303FA
2#9102DE
3#7F02C2
4#6D02A7
5#5B018B
6#49016F
7#360153
8#240138
9#12001C
Tints
Lighter variations
1#B633FD
2#BE49FD
3#C660FD
4#CE77FE
5#D68DFE
6#DFA4FE
7#E7BBFE
8#EFD2FF
9#F7E8FF
Tones
Muted variations
1#AB27F1
2#A732E6
3#A43EDB
4#A049D0
5#9D54C4
6#9A5FB9
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 #F2DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BD #E8BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D68B #D68BFE | BordersInactive statesPlaceholder text |
| 400 | C04E #C04EFD | Disabled statesSecondary iconsMuted text |
| 500 | AE1C #AE1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 9102 #9102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7302 #7302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5201 #52017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3501 #350151 | 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: #F2DCFF;
--magenta-200: #E8BDFE;
--magenta-300: #D68BFE;
--magenta-400: #C04EFD;
--magenta-500: #AE1CFD;
--magenta-600: #9102DE;
--magenta-700: #7302B1;
--magenta-800: #52017E;
--magenta-900: #350151;
--magenta-950: #210132;
}