Purple
#7B07DA
PurpleColor Codes
All color formats for development
HEX
#7B07DARGB
rgb(123, 7, 218)HSL
hsl(273, 94%, 44%)OKLCH
oklch(0.49 0.26 299.2)CMYK
cmyk(44%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E06C4
2#6205AE
3#560598
4#4A0483
5#3D036D
6#310357
7#250241
8#19012C
9#0C0116
Tints
Lighter variations
1#8A08F5
2#9721F8
3#A43DF9
4#B159FA
5#BE74FB
6#CB90FC
7#D8ACFC
8#E5C8FD
9#F2E3FE
Tones
Muted variations
1#7A11CF
2#791CC5
3#7826BA
4#7731AF
5#753BA5
6#74469A
7#735190
8#725B85
9#71667B
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 {
--purple-50: #F8F0FF;
--purple-100: #EFDCFE;
--purple-200: #E1BFFD;
--purple-300: #CA8DFB;
--purple-400: #AE52FA;
--purple-500: #9720F8;
--purple-600: #7B07DA;
--purple-700: #6205AD;
--purple-800: #46047C;
--purple-900: #2D024F;
--purple-950: #1C0231;
}