Magenta
#9F1CFD
PurpleColor Codes
All color formats for development
HEX
#9F1CFDRGB
rgb(159, 28, 253)HSL
hsl(275, 98%, 55%)OKLCH
oklch(0.573 0.287 303.6)CMYK
cmyk(37%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9303FA
2#8302DE
3#7202C2
4#6202A7
5#52018B
6#41016F
7#310153
8#210138
9#10001C
Tints
Lighter variations
1#A933FD
2#B249FD
3#BC60FD
4#C577FE
5#CF8DFE
6#D9A4FE
7#E2BBFE
8#ECD2FF
9#F5E8FF
Tones
Muted variations
1#9D27F1
2#9B32E6
3#993EDB
4#9749D0
5#9654C4
6#945FB9
7#926BAE
8#9076A3
9#8E8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BD #E3BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8B #CE8BFE | BordersInactive statesPlaceholder text |
| 400 | B44E #B44EFD | Disabled statesSecondary iconsMuted text |
| 500 | 9F1C #9F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8302 #8302DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6802 #6802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A01 #4A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F01 #2F0151 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FF;
--magenta-100: #F0DCFF;
--magenta-200: #E3BDFE;
--magenta-300: #CE8BFE;
--magenta-400: #B44EFD;
--magenta-500: #9F1CFD;
--magenta-600: #8302DE;
--magenta-700: #6802B1;
--magenta-800: #4A017E;
--magenta-900: #2F0151;
--magenta-950: #1E0132;
}