Purple
#7E05AD
PurpleColor Codes
All color formats for development
HEX
#7E05ADRGB
rgb(126, 5, 173)HSL
hsl(283, 94%, 35%)OKLCH
oklch(0.453 0.224 311.8)CMYK
cmyk(27%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71059C
2#64048B
3#580479
4#4B0368
5#3F0357
6#320245
7#260234
8#190123
9#0D0111
Tints
Lighter variations
1#9506CD
2#AC07ED
3#BA1EF8
4#C43EF9
5#CE5EFA
6#D87EFB
7#E29FFC
8#EBBFFD
9#F5DFFE
Tones
Muted variations
1#7A0EA5
2#76169C
3#731F94
4#6F278C
5#6B2F83
6#68387B
7#644072
8#61486A
9#5D5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBF #EBBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8D #DC8DFB | BordersInactive statesPlaceholder text |
| 400 | CA52 #CA52FA | Disabled statesSecondary iconsMuted text |
| 500 | BB20 #BB20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E07 #9E07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E05 #7E05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A04 #5A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3902 #39024F | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F4DCFE;
--purple-200: #EBBFFD;
--purple-300: #DC8DFB;
--purple-400: #CA52FA;
--purple-500: #BB20F8;
--purple-600: #9E07DA;
--purple-700: #7E05AD;
--purple-800: #5A047C;
--purple-900: #39024F;
--purple-950: #240231;
}