Magenta
#9F1EFA
PurpleColor Codes
All color formats for development
HEX
#9F1EFARGB
rgb(159, 30, 250)HSL
hsl(275, 96%, 55%)OKLCH
oklch(0.572 0.283 304.1)CMYK
cmyk(36%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9205F7
2#8204DC
3#7204C0
4#6203A5
5#510389
6#41026E
7#310252
8#210137
9#10011B
Tints
Lighter variations
1#A835FB
2#B24BFB
3#BC62FC
4#C578FC
5#CF8FFD
6#D8A5FD
7#E2BCFE
8#ECD2FE
9#F5E9FF
Tones
Muted variations
1#9D29EF
2#9B34E4
3#993FD9
4#974ACE
5#9555C3
6#9460B8
7#926BAD
8#9076A2
9#8E8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BE #E3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8C #CE8CFD | BordersInactive statesPlaceholder text |
| 400 | B450 #B450FB | Disabled statesSecondary iconsMuted text |
| 500 | 9F1E #9F1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8204 #8204DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6804 #6804AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A03 #4A037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F02 #2F0250 | 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: #F0DCFE;
--magenta-200: #E3BEFE;
--magenta-300: #CE8CFD;
--magenta-400: #B450FB;
--magenta-500: #9F1EFA;
--magenta-600: #8204DC;
--magenta-700: #6804AF;
--magenta-800: #4A037D;
--magenta-900: #2F0250;
--magenta-950: #1E0132;
}