Magenta
#9F1AFF
PurpleColor Codes
All color formats for development
HEX
#9F1AFFRGB
rgb(159, 26, 255)HSL
hsl(275, 100%, 55%)OKLCH
oklch(0.574 0.289 303.3)CMYK
cmyk(38%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9300FC
2#8300E0
3#7300C4
4#6200A8
5#52008C
6#410070
7#310054
8#210038
9#10001C
Tints
Lighter variations
1#A930FF
2#B247FF
3#BC5EFF
4#C675FF
5#CF8CFF
6#D9A3FF
7#E2BAFF
8#ECD1FF
9#F5E8FF
Tones
Muted variations
1#9D25F4
2#9C30E8
3#9A3CDD
4#9847D1
5#9653C6
6#945EBA
7#926AAF
8#9075A3
9#8E8198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BD #E3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8A #CE8AFF | BordersInactive statesPlaceholder text |
| 400 | B54D #B54DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9F1A #9F1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8300 #8300E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6800 #6800B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A00 #4A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3000 #300052 | Primary textHigh emphasis contentDark headings |
| 950 | 1E00 #1E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FF;
--magenta-100: #F0DBFF;
--magenta-200: #E3BDFF;
--magenta-300: #CE8AFF;
--magenta-400: #B54DFF;
--magenta-500: #9F1AFF;
--magenta-600: #8300E0;
--magenta-700: #6800B3;
--magenta-800: #4A0080;
--magenta-900: #300052;
--magenta-950: #1E0033;
}