Magenta
#901AFF
PurpleColor Codes
All color formats for development
HEX
#901AFFRGB
rgb(144, 26, 255)HSL
hsl(271, 100%, 55%)OKLCH
oklch(0.556 0.287 298.5)CMYK
cmyk(44%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8200FC
2#7400E0
3#6500C4
4#5700A8
5#48008C
6#3A0070
7#2B0054
8#1D0038
9#0E001C
Tints
Lighter variations
1#9B30FF
2#A647FF
3#B15EFF
4#BC75FF
5#C88CFF
6#D3A3FF
7#DEBAFF
8#E9D1FF
9#F4E8FF
Tones
Muted variations
1#9025F4
2#8F30E8
3#8F3CDD
4#8F47D1
5#8E53C6
6#8E5EBA
7#8D6AAF
8#8D75A3
9#8D8198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDB #EEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBD #DFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C68A #C68AFF | BordersInactive statesPlaceholder text |
| 400 | A94D #A94DFF | Disabled statesSecondary iconsMuted text |
| 500 | 901A #901AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7400 #7400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C00 #5C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4200 #420080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A00 #2A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1A00 #1A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F8F0FF;
--magenta-100: #EEDBFF;
--magenta-200: #DFBDFF;
--magenta-300: #C68AFF;
--magenta-400: #A94DFF;
--magenta-500: #901AFF;
--magenta-600: #7400E0;
--magenta-700: #5C00B3;
--magenta-800: #420080;
--magenta-900: #2A0052;
--magenta-950: #1A0033;
}