Magenta
#A71AFF
PurpleColor Codes
All color formats for development
HEX
#A71AFFRGB
rgb(167, 26, 255)HSL
hsl(277, 100%, 55%)OKLCH
oklch(0.584 0.291 305.7)CMYK
cmyk(35%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C00FC
2#8A00E0
3#7900C4
4#6800A8
5#56008C
6#450070
7#340054
8#230038
9#11001C
Tints
Lighter variations
1#B030FF
2#B947FF
3#C15EFF
4#CA75FF
5#D38CFF
6#DCA3FF
7#E5BAFF
8#EDD1FF
9#F6E8FF
Tones
Muted variations
1#A425F4
2#A230E8
3#9F3CDD
4#9C47D1
5#9A53C6
6#975EBA
7#946AAF
8#9275A3
9#8F8198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DB #F1DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BD #E6BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D28A #D28AFF | BordersInactive statesPlaceholder text |
| 400 | BB4D #BB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | A71A #A71AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A00 #8A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E00 #6E00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4F00 #4F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3200 #320052 | Primary textHigh emphasis contentDark headings |
| 950 | 1F00 #1F0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FF;
--magenta-100: #F1DBFF;
--magenta-200: #E6BDFF;
--magenta-300: #D28AFF;
--magenta-400: #BB4DFF;
--magenta-500: #A71AFF;
--magenta-600: #8A00E0;
--magenta-700: #6E00B3;
--magenta-800: #4F0080;
--magenta-900: #320052;
--magenta-950: #1F0033;
}