Magenta
#9E22F7
PurpleColor Codes
All color formats for development
HEX
#9E22F7RGB
rgb(158, 34, 247)HSL
hsl(275, 93%, 55%)OKLCH
oklch(0.57 0.278 304.2)CMYK
cmyk(36%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9209F4
2#8208D9
3#7107BD
4#6106A2
5#510587
6#41046C
7#310351
8#200236
9#10011B
Tints
Lighter variations
1#A838F8
2#B14EF9
3#BB64F9
4#C57AFA
5#CF90FB
6#D8A6FC
7#E2BDFD
8#ECD3FD
9#F5E9FE
Tones
Muted variations
1#9C2CEC
2#9A37E2
3#9942D7
4#974CCC
5#9557C2
6#9362B7
7#926CAC
8#9077A2
9#8E8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BF #E3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CD8E #CD8EFB | BordersInactive statesPlaceholder text |
| 400 | B453 #B453F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9E22 #9E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8208 #8208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6706 #6706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A04 #4A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F03 #2F034F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FE;
--magenta-100: #F0DDFE;
--magenta-200: #E3BFFD;
--magenta-300: #CD8EFB;
--magenta-400: #B453F9;
--magenta-500: #9E22F7;
--magenta-600: #8208D9;
--magenta-700: #6706AC;
--magenta-800: #4A047B;
--magenta-900: #2F034F;
--magenta-950: #1D0231;
}