Magenta
#A222F7
PurpleColor Codes
All color formats for development
HEX
#A222F7RGB
rgb(162, 34, 247)HSL
hsl(276, 93%, 55%)OKLCH
oklch(0.575 0.279 305.5)CMYK
cmyk(34%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9609F4
2#8508D9
3#7407BD
4#6406A2
5#530587
6#43046C
7#320351
8#210236
9#11011B
Tints
Lighter variations
1#AB38F8
2#B44EF9
3#BE64F9
4#C77AFA
5#D090FB
6#DAA6FC
7#E3BDFD
8#ECD3FD
9#F6E9FE
Tones
Muted variations
1#9F2CEC
2#9D37E2
3#9B42D7
4#994CCC
5#9757C2
6#9562B7
7#936CAC
8#9177A2
9#8E8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BF #E4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8E #CF8EFB | BordersInactive statesPlaceholder text |
| 400 | B653 #B653F9 | Disabled statesSecondary iconsMuted text |
| 500 | A222 #A222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8508 #8508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A06 #6A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C04 #4C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3003 #30034F | Primary textHigh emphasis contentDark headings |
| 950 | 1E02 #1E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FE;
--magenta-100: #F0DDFE;
--magenta-200: #E4BFFD;
--magenta-300: #CF8EFB;
--magenta-400: #B653F9;
--magenta-500: #A222F7;
--magenta-600: #8508D9;
--magenta-700: #6A06AC;
--magenta-800: #4C047B;
--magenta-900: #30034F;
--magenta-950: #1E0231;
}