Magenta
#AC24F5
PurpleColor Codes
All color formats for development
HEX
#AC24F5RGB
rgb(172, 36, 245)HSL
hsl(279, 91%, 55%)OKLCH
oklch(0.587 0.278 308.9)CMYK
cmyk(30%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A10BF1
2#8F0AD6
3#7D09BC
4#6B08A1
5#590686
6#47056B
7#360450
8#240336
9#12011B
Tints
Lighter variations
1#B43AF6
2#BC50F7
3#C566F8
4#CD7BF9
5#D591FA
6#DEA7FB
7#E6BDFC
8#EED3FD
9#F7E9FE
Tones
Muted variations
1#A82EEA
2#A539E0
3#A243D5
4#9F4ECB
5#9C58C0
6#9962B6
7#966DAC
8#9377A1
9#8F8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D48F #D48FFA | BordersInactive statesPlaceholder text |
| 400 | BE55 #BE55F7 | Disabled statesSecondary iconsMuted text |
| 500 | AC24 #AC24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8F0A #8F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7208 #7208AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5106 #51067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044E | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FE;
--magenta-100: #F2DDFD;
--magenta-200: #E7C0FC;
--magenta-300: #D48FFA;
--magenta-400: #BE55F7;
--magenta-500: #AC24F5;
--magenta-600: #8F0AD6;
--magenta-700: #7208AA;
--magenta-800: #51067A;
--magenta-900: #34044E;
--magenta-950: #200231;
}