Magenta
#AB1AFF
PurpleColor Codes
All color formats for development
HEX
#AB1AFFRGB
rgb(171, 26, 255)HSL
hsl(278, 100%, 55%)OKLCH
oklch(0.589 0.291 306.9)CMYK
cmyk(33%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A000FC
2#8E00E0
3#7C00C4
4#6B00A8
5#59008C
6#470070
7#350054
8#240038
9#12001C
Tints
Lighter variations
1#B330FF
2#BC47FF
3#C45EFF
4#CD75FF
5#D58CFF
6#DDA3FF
7#E6BAFF
8#EED1FF
9#F7E8FF
Tones
Muted variations
1#A825F4
2#A530E8
3#A23CDD
4#9F47D1
5#9C53C6
6#985EBA
7#956AAF
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 | F2DB #F2DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BD #E7BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | D48A #D48AFF | BordersInactive statesPlaceholder text |
| 400 | BE4D #BE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | AB1A #AB1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E00 #8E00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7100 #7100B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5100 #510080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3400 #340052 | Primary textHigh emphasis contentDark headings |
| 950 | 2000 #200033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FF;
--magenta-100: #F2DBFF;
--magenta-200: #E7BDFF;
--magenta-300: #D48AFF;
--magenta-400: #BE4DFF;
--magenta-500: #AB1AFF;
--magenta-600: #8E00E0;
--magenta-700: #7100B3;
--magenta-800: #510080;
--magenta-900: #340052;
--magenta-950: #200033;
}