Purple
#7E07DA
PurpleColor Codes
All color formats for development
HEX
#7E07DARGB
rgb(126, 7, 218)HSL
hsl(274, 94%, 44%)OKLCH
oklch(0.494 0.26 300.3)CMYK
cmyk(42%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7206C4
2#6505AE
3#580598
4#4C0483
5#3F036D
6#330357
7#260241
8#19012C
9#0D0116
Tints
Lighter variations
1#8E08F5
2#9B21F8
3#A83DF9
4#B459FA
5#C174FB
6#CD90FC
7#DAACFC
8#E6C8FD
9#F3E3FE
Tones
Muted variations
1#7D11CF
2#7B1CC5
3#7A26BA
4#7931AF
5#773BA5
6#76469A
7#745190
8#735B85
9#72667B
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 | E2BF #E2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8D #CC8DFB | BordersInactive statesPlaceholder text |
| 400 | B152 #B152FA | Disabled statesSecondary iconsMuted text |
| 500 | 9B20 #9B20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E07 #7E07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6405 #6405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4804 #48047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E02 #2E024F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FF;
--purple-100: #EFDCFE;
--purple-200: #E2BFFD;
--purple-300: #CC8DFB;
--purple-400: #B152FA;
--purple-500: #9B20F8;
--purple-600: #7E07DA;
--purple-700: #6405AD;
--purple-800: #48047C;
--purple-900: #2E024F;
--purple-950: #1D0231;
}