Magenta
#AA1CFD
PurpleColor Codes
All color formats for development
HEX
#AA1CFDRGB
rgb(170, 28, 253)HSL
hsl(278, 98%, 55%)OKLCH
oklch(0.587 0.289 306.9)CMYK
cmyk(33%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F03FA
2#8E02DE
3#7C02C2
4#6A02A7
5#58018B
6#47016F
7#350153
8#230138
9#12001C
Tints
Lighter variations
1#B333FD
2#BB49FD
3#C460FD
4#CC77FE
5#D58DFE
6#DDA4FE
7#E6BBFE
8#EED2FF
9#F7E8FF
Tones
Muted variations
1#A727F1
2#A432E6
3#A13EDB
4#9E49D0
5#9B54C4
6#985FB9
7#956BAE
8#9276A3
9#8F8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E7BD #E7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D48B #D48BFE | BordersInactive statesPlaceholder text |
| 400 | BD4E #BD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | AA1C #AA1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8E02 #8E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7102 #7102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5001 #50017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3301 #330151 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FF;
--magenta-100: #F2DCFF;
--magenta-200: #E7BDFE;
--magenta-300: #D48BFE;
--magenta-400: #BD4EFD;
--magenta-500: #AA1CFD;
--magenta-600: #8E02DE;
--magenta-700: #7102B1;
--magenta-800: #50017E;
--magenta-900: #330151;
--magenta-950: #200132;
}