Magenta
#A303DD
PurpleColor Codes
All color formats for development
HEX
#A303DDRGB
rgb(163, 3, 221)HSL
hsl(284, 97%, 44%)OKLCH
oklch(0.545 0.271 312.3)CMYK
cmyk(26%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9303C7
2#8203B1
3#72029B
4#620285
5#51026F
6#410158
7#310142
8#21012C
9#100016
Tints
Lighter variations
1#B804F9
2#C01EFC
3#C83AFC
4#D056FC
5#D872FD
6#E08EFD
7#E8ABFE
8#EFC7FE
9#F7E3FF
Tones
Muted variations
1#9E0ED2
2#9919C7
3#9424BC
4#8F2FB2
5#8A3AA7
6#85459C
7#7F5091
8#7A5A86
9#75657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBE #EDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8B #DF8BFD | BordersInactive statesPlaceholder text |
| 400 | CE4F #CE4FFC | Disabled statesSecondary iconsMuted text |
| 500 | C01D #C01DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | A303 #A303DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8203 #8203B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D02 #5D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B01 #3B0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2501 #250132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F5DCFE;
--magenta-200: #EDBEFE;
--magenta-300: #DF8BFD;
--magenta-400: #CE4FFC;
--magenta-500: #C01DFC;
--magenta-600: #A303DD;
--magenta-700: #8203B0;
--magenta-800: #5D027E;
--magenta-900: #3B0150;
--magenta-950: #250132;
}