Magenta
#A500E0
PurpleColor Codes
All color formats for development
HEX
#A500E0RGB
rgb(165, 0, 224)HSL
hsl(284, 100%, 44%)OKLCH
oklch(0.549 0.274 312.2)CMYK
cmyk(26%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9400CA
2#8400B4
3#73009D
4#630087
5#520070
6#42005A
7#310043
8#21002D
9#100016
Tints
Lighter variations
1#BA00FD
2#C21BFF
3#CA37FF
4#D154FF
5#D970FF
6#E18DFF
7#E8A9FF
8#F0C6FF
9#F7E2FF
Tones
Muted variations
1#9F0BD5
2#9A16CA
3#9522BF
4#902DB4
5#8A38A8
6#85439D
7#804F92
8#7B5A87
9#75657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DB #F5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBD #EDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E08A #E08AFF | BordersInactive statesPlaceholder text |
| 400 | CF4D #CF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | C21A #C21AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A500 #A500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8300 #8300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E00 #5E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C00 #3C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2500 #250033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F5DBFF;
--magenta-200: #EDBDFF;
--magenta-300: #E08AFF;
--magenta-400: #CF4DFF;
--magenta-500: #C21AFF;
--magenta-600: #A500E0;
--magenta-700: #8300B3;
--magenta-800: #5E0080;
--magenta-900: #3C0052;
--magenta-950: #250033;
}