Magenta
#AD1FF9
PurpleColor Codes
All color formats for development
HEX
#AD1FF9RGB
rgb(173, 31, 249)HSL
hsl(279, 95%, 55%)OKLCH
oklch(0.589 0.285 308.6)CMYK
cmyk(31%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A206F6
2#9006DB
3#7E05BF
4#6C04A4
5#5A0489
6#48036D
7#360252
8#240137
9#12011B
Tints
Lighter variations
1#B536FA
2#BD4CFA
3#C662FB
4#CE79FC
5#D68FFC
6#DEA5FD
7#E6BCFD
8#EFD2FE
9#F7E9FE
Tones
Muted variations
1#AA2AEE
2#A635E3
3#A340D9
4#A04BCE
5#9D56C3
6#9961B8
7#966CAD
8#9376A2
9#908197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BE #E7BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D58D #D58DFC | BordersInactive statesPlaceholder text |
| 400 | BF51 #BF51FB | Disabled statesSecondary iconsMuted text |
| 500 | AD1F #AD1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9006 #9006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7304 #7304AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5203 #52037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3402 #340250 | Primary textHigh emphasis contentDark headings |
| 950 | 2101 #210132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F2DCFE;
--magenta-200: #E7BEFD;
--magenta-300: #D58DFC;
--magenta-400: #BF51FB;
--magenta-500: #AD1FF9;
--magenta-600: #9006DB;
--magenta-700: #7304AE;
--magenta-800: #52037C;
--magenta-900: #340250;
--magenta-950: #210132;
}