Magenta
#981AFF
PurpleColor Codes
All color formats for development
HEX
#981AFFRGB
rgb(152, 26, 255)HSL
hsl(273, 100%, 55%)OKLCH
oklch(0.566 0.288 301.1)CMYK
cmyk(40%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B00FC
2#7B00E0
3#6C00C4
4#5D00A8
5#4D008C
6#3E0070
7#2E0054
8#1F0038
9#0F001C
Tints
Lighter variations
1#A230FF
2#AC47FF
3#B75EFF
4#C175FF
5#CB8CFF
6#D6A3FF
7#E0BAFF
8#EAD1FF
9#F5E8FF
Tones
Muted variations
1#9725F4
2#9530E8
3#943CDD
4#9347D1
5#9253C6
6#915EBA
7#906AAF
8#8F75A3
9#8D8198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDB #EFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BD #E1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8A #CA8AFF | BordersInactive statesPlaceholder text |
| 400 | AF4D #AF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 981A #981AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B00 #7B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6200 #6200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4600 #460080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D00 #2D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1C00 #1C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F8F0FF;
--magenta-100: #EFDBFF;
--magenta-200: #E1BDFF;
--magenta-300: #CA8AFF;
--magenta-400: #AF4DFF;
--magenta-500: #981AFF;
--magenta-600: #7B00E0;
--magenta-700: #6200B3;
--magenta-800: #460080;
--magenta-900: #2D0052;
--magenta-950: #1C0033;
}