Magenta
#A522F7
PurpleColor Codes
All color formats for development
HEX
#A522F7RGB
rgb(165, 34, 247)HSL
hsl(277, 93%, 55%)OKLCH
oklch(0.579 0.28 306.4)CMYK
cmyk(33%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A09F4
2#8908D9
3#7707BD
4#6606A2
5#550587
6#44046C
7#330351
8#220236
9#11011B
Tints
Lighter variations
1#AE38F8
2#B74EF9
3#C064F9
4#C97AFA
5#D290FB
6#DBA6FC
7#E4BDFD
8#EDD3FD
9#F6E9FE
Tones
Muted variations
1#A32CEC
2#A037E2
3#9E42D7
4#9B4CCC
5#9957C2
6#9662B7
7#946CAC
8#9177A2
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 #E5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18E #D18EFB | BordersInactive statesPlaceholder text |
| 400 | B953 #B953F9 | Disabled statesSecondary iconsMuted text |
| 500 | A522 #A522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8908 #8908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D06 #6D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E04 #4E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3203 #32034F | 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: #E5BFFD;
--magenta-300: #D18EFB;
--magenta-400: #B953F9;
--magenta-500: #A522F7;
--magenta-600: #8908D9;
--magenta-700: #6D06AC;
--magenta-800: #4E047B;
--magenta-900: #32034F;
--magenta-950: #1F0231;
}