Magenta
#9F1DFC
PurpleColor Codes
All color formats for development
HEX
#9F1DFCRGB
rgb(159, 29, 252)HSL
hsl(275, 97%, 55%)OKLCH
oklch(0.573 0.285 303.7)CMYK
cmyk(37%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9304F9
2#8203DD
3#7203C1
4#6203A6
5#51028A
6#41026F
7#310153
8#210137
9#10001C
Tints
Lighter variations
1#A834FC
2#B24AFC
3#BC61FD
4#C577FD
5#CF8EFD
6#D9A5FE
7#E2BBFE
8#ECD2FE
9#F5E8FF
Tones
Muted variations
1#9D28F0
2#9B33E5
3#993EDA
4#9749CF
5#9655C4
6#9460B9
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 #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BE #E3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8B #CE8BFD | BordersInactive statesPlaceholder text |
| 400 | B44F #B44FFC | Disabled statesSecondary iconsMuted text |
| 500 | 9F1D #9F1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 8203 #8203DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6803 #6803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A02 #4A027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F01 #2F0150 | 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: #CE8BFD;
--magenta-400: #B44FFC;
--magenta-500: #9F1DFC;
--magenta-600: #8203DD;
--magenta-700: #6803B0;
--magenta-800: #4A027E;
--magenta-900: #2F0150;
--magenta-950: #1E0132;
}