Magenta
#A402DE
PurpleColor Codes
All color formats for development
HEX
#A402DERGB
rgb(164, 2, 222)HSL
hsl(284, 98%, 44%)OKLCH
oklch(0.547 0.272 312.3)CMYK
cmyk(26%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9302C8
2#8302B2
3#72029C
4#620185
5#52016F
6#410159
7#310143
8#21002C
9#100016
Tints
Lighter variations
1#B803FA
2#C11DFD
3#C939FD
4#D155FD
5#D872FE
6#E08EFE
7#E8AAFE
8#F0C6FE
9#F7E3FF
Tones
Muted variations
1#9E0DD3
2#9918C8
3#9423BD
4#8F2EB2
5#8A39A7
6#85449C
7#804F91
8#7A5A86
9#75657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBD #EDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8B #DF8BFE | BordersInactive statesPlaceholder text |
| 400 | CF4E #CF4EFD | Disabled statesSecondary iconsMuted text |
| 500 | C11C #C11CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | A402 #A402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8202 #8202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D01 #5D017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B01 #3B0151 | Primary textHigh emphasis contentDark headings |
| 950 | 2501 #250132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F5DCFF;
--magenta-200: #EDBDFE;
--magenta-300: #DF8BFE;
--magenta-400: #CF4EFD;
--magenta-500: #C11CFD;
--magenta-600: #A402DE;
--magenta-700: #8202B1;
--magenta-800: #5D017E;
--magenta-900: #3B0151;
--magenta-950: #250132;
}