Magenta
#9720F8
PurpleColor Codes
All color formats for development
HEX
#9720F8RGB
rgb(151, 32, 248)HSL
hsl(273, 94%, 55%)OKLCH
oklch(0.561 0.279 301.9)CMYK
cmyk(39%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A08F5
2#7B07DA
3#6B06BE
4#5C05A3
5#4D0488
6#3D036D
7#2E0352
8#1F0236
9#0F011B
Tints
Lighter variations
1#A137F9
2#AC4DF9
3#B663FA
4#C179FB
5#CB90FC
6#D5A6FC
7#E0BCFD
8#EAD2FE
9#F5E9FE
Tones
Muted variations
1#962BED
2#9536E3
3#9441D8
4#934CCD
5#9256C2
6#9161B7
7#8F6CAD
8#8E77A2
9#8D8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1BF #E1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CA8D #CA8DFB | BordersInactive statesPlaceholder text |
| 400 | AE52 #AE52FA | Disabled statesSecondary iconsMuted text |
| 500 | 9720 #9720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7B07 #7B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6205 #6205AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4604 #46047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D02 #2D024F | Primary textHigh emphasis contentDark headings |
| 950 | 1C02 #1C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F8F0FF;
--magenta-100: #EFDCFE;
--magenta-200: #E1BFFD;
--magenta-300: #CA8DFB;
--magenta-400: #AE52FA;
--magenta-500: #9720F8;
--magenta-600: #7B07DA;
--magenta-700: #6205AD;
--magenta-800: #46047C;
--magenta-900: #2D024F;
--magenta-950: #1C0231;
}