Magenta
#A523F6
PurpleColor Codes
All color formats for development
HEX
#A523F6RGB
rgb(165, 35, 246)HSL
hsl(277, 92%, 55%)OKLCH
oklch(0.578 0.278 306.6)CMYK
cmyk(33%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#990AF2
2#8809D7
3#7708BC
4#6607A2
5#550687
6#44046C
7#330351
8#220236
9#11011B
Tints
Lighter variations
1#AE39F7
2#B74FF8
3#C065F9
4#C97BF9
5#D291FA
6#DBA7FB
7#E4BDFC
8#EDD3FD
9#F6E9FE
Tones
Muted variations
1#A22DEB
2#A038E1
3#9D42D6
4#9B4DCC
5#9957C1
6#9662B6
7#946DAC
8#9177A1
9#8F8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BF #E5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D18E #D18EFA | BordersInactive statesPlaceholder text |
| 400 | B954 #B954F8 | Disabled statesSecondary iconsMuted text |
| 500 | A523 #A523F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8809 #8809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C07 #6C07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D05 #4D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3203 #32034E | Primary textHigh emphasis contentDark headings |
| 950 | 1F02 #1F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FE;
--magenta-100: #F1DDFE;
--magenta-200: #E5BFFC;
--magenta-300: #D18EFA;
--magenta-400: #B954F8;
--magenta-500: #A523F6;
--magenta-600: #8809D7;
--magenta-700: #6C07AB;
--magenta-800: #4D057A;
--magenta-900: #32034E;
--magenta-950: #1F0231;
}