Magenta
#A100E0
PurpleColor Codes
All color formats for development
HEX
#A100E0RGB
rgb(161, 0, 224)HSL
hsl(283, 100%, 44%)OKLCH
oklch(0.544 0.274 311)CMYK
cmyk(28%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9100CA
2#8100B4
3#71009D
4#600087
5#500070
6#40005A
7#300043
8#20002D
9#100016
Tints
Lighter variations
1#B500FD
2#BE1BFF
3#C637FF
4#CE54FF
5#D770FF
6#DF8DFF
7#E7A9FF
8#EFC6FF
9#F7E2FF
Tones
Muted variations
1#9C0BD5
2#9716CA
3#9222BF
4#8D2DB4
5#8938A8
6#84439D
7#7F4F92
8#7A5A87
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 | ECBD #ECBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8A #DE8AFF | BordersInactive statesPlaceholder text |
| 400 | CC4D #CC4DFF | Disabled statesSecondary iconsMuted text |
| 500 | BE1A #BE1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A100 #A100E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8000 #8000B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5B00 #5B0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A00 #3A0052 | 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: #ECBDFF;
--magenta-300: #DE8AFF;
--magenta-400: #CC4DFF;
--magenta-500: #BE1AFF;
--magenta-600: #A100E0;
--magenta-700: #8000B3;
--magenta-800: #5B0080;
--magenta-900: #3A0052;
--magenta-950: #250033;
}