Magenta
#AB25F4
PurpleColor Codes
All color formats for development
HEX
#AB25F4RGB
rgb(171, 37, 244)HSL
hsl(279, 90%, 55%)OKLCH
oklch(0.585 0.277 308.8)CMYK
cmyk(30%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A00DF0
2#8E0BD5
3#7D0ABB
4#6B08A0
5#590785
6#47066B
7#350450
8#240335
9#12011B
Tints
Lighter variations
1#B43BF5
2#BC51F6
3#C466F7
4#CD7CF8
5#D592F9
6#DDA8FA
7#E6BEFC
8#EED3FD
9#F7E9FE
Tones
Muted variations
1#A82FE9
2#A53ADF
3#A244D5
4#9F4ECA
5#9C59C0
6#9963B6
7#966DAB
8#9278A1
9#8F8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7C0 #E7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | D490 #D490F9 | BordersInactive statesPlaceholder text |
| 400 | BE55 #BE55F6 | Disabled statesSecondary iconsMuted text |
| 500 | AB25 #AB25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E0B #8E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7109 #7109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5106 #510679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3404 #34044E | Primary textHigh emphasis contentDark headings |
| 950 | 2003 #200330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FE;
--magenta-100: #F2DDFD;
--magenta-200: #E7C0FC;
--magenta-300: #D490F9;
--magenta-400: #BE55F6;
--magenta-500: #AB25F4;
--magenta-600: #8E0BD5;
--magenta-700: #7109AA;
--magenta-800: #510679;
--magenta-900: #34044E;
--magenta-950: #200330;
}