Magenta
#9C1AFF
PurpleColor Codes
All color formats for development
HEX
#9C1AFFRGB
rgb(156, 26, 255)HSL
hsl(274, 100%, 55%)OKLCH
oklch(0.57 0.289 302.3)CMYK
cmyk(39%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F00FC
2#7F00E0
3#6F00C4
4#5F00A8
5#4F008C
6#400070
7#300054
8#200038
9#10001C
Tints
Lighter variations
1#A530FF
2#AF47FF
3#B95EFF
4#C375FF
5#CD8CFF
6#D7A3FF
7#E1BAFF
8#EBD1FF
9#F5E8FF
Tones
Muted variations
1#9A25F4
2#9830E8
3#973CDD
4#9547D1
5#9453C6
6#925EBA
7#916AAF
8#8F75A3
9#8E8198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DB #F0DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BD #E2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8A #CC8AFF | BordersInactive statesPlaceholder text |
| 400 | B24D #B24DFF | Disabled statesSecondary iconsMuted text |
| 500 | 9C1A #9C1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F00 #7F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6500 #6500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4800 #480080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E00 #2E0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1D00 #1D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F8F0FF;
--magenta-100: #F0DBFF;
--magenta-200: #E2BDFF;
--magenta-300: #CC8AFF;
--magenta-400: #B24DFF;
--magenta-500: #9C1AFF;
--magenta-600: #7F00E0;
--magenta-700: #6500B3;
--magenta-800: #480080;
--magenta-900: #2E0052;
--magenta-950: #1D0033;
}