Magenta
#AC22F7
PurpleColor Codes
All color formats for development
HEX
#AC22F7RGB
rgb(172, 34, 247)HSL
hsl(279, 93%, 55%)OKLCH
oklch(0.588 0.281 308.6)CMYK
cmyk(30%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A109F4
2#9008D9
3#7E07BD
4#6C06A2
5#5A0587
6#48046C
7#360351
8#240236
9#12011B
Tints
Lighter variations
1#B538F8
2#BD4EF9
3#C564F9
4#CD7AFA
5#D690FB
6#DEA6FC
7#E6BDFD
8#EED3FD
9#F7E9FE
Tones
Muted variations
1#A92CEC
2#A637E2
3#A342D7
4#9F4CCC
5#9C57C2
6#9962B7
7#966CAC
8#9377A2
9#8F8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BF #E7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58E #D58EFB | BordersInactive statesPlaceholder text |
| 400 | BF53 #BF53F9 | Disabled statesSecondary iconsMuted text |
| 500 | AC22 #AC22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9008 #9008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7206 #7206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5204 #52047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3403 #34034F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FE;
--magenta-100: #F2DDFE;
--magenta-200: #E7BFFD;
--magenta-300: #D58EFB;
--magenta-400: #BF53F9;
--magenta-500: #AC22F7;
--magenta-600: #9008D9;
--magenta-700: #7206AC;
--magenta-800: #52047B;
--magenta-900: #34034F;
--magenta-950: #210231;
}