Magenta
#A824F5
PurpleColor Codes
All color formats for development
HEX
#A824F5RGB
rgb(168, 36, 245)HSL
hsl(278, 91%, 55%)OKLCH
oklch(0.582 0.278 307.7)CMYK
cmyk(31%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D0BF1
2#8B0AD6
3#7A09BC
4#6908A1
5#570686
6#46056B
7#340450
8#230336
9#11011B
Tints
Lighter variations
1#B13AF6
2#B950F7
3#C266F8
4#CB7BF9
5#D491FA
6#DCA7FB
7#E5BDFC
8#EED3FD
9#F6E9FE
Tones
Muted variations
1#A52EEA
2#A339E0
3#A043D5
4#9D4ECB
5#9A58C0
6#9762B6
7#956DAC
8#9277A1
9#8F8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6C0 #E6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D38F #D38FFA | BordersInactive statesPlaceholder text |
| 400 | BB55 #BB55F7 | Disabled statesSecondary iconsMuted text |
| 500 | A824 #A824F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8B0A #8B0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F08 #6F08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F06 #4F067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3304 #33044E | 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: #F1DDFD;
--magenta-200: #E6C0FC;
--magenta-300: #D38FFA;
--magenta-400: #BB55F7;
--magenta-500: #A824F5;
--magenta-600: #8B0AD6;
--magenta-700: #6F08AA;
--magenta-800: #4F067A;
--magenta-900: #33044E;
--magenta-950: #200231;
}