Purple
#9307DA
PurpleColor Codes
All color formats for development
HEX
#9307DARGB
rgb(147, 7, 218)HSL
hsl(280, 94%, 44%)OKLCH
oklch(0.521 0.264 307.7)CMYK
cmyk(33%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8506C4
2#7605AE
3#670598
4#580483
5#4A036D
6#3B0357
7#2C0241
8#1D012C
9#0F0116
Tints
Lighter variations
1#A608F5
2#B121F8
3#BA3DF9
4#C459FA
5#CE74FB
6#D890FC
7#E2ACFC
8#EBC8FD
9#F5E3FE
Tones
Muted variations
1#9011CF
2#8C1CC5
3#8926BA
4#8531AF
5#823BA5
6#7E469A
7#7B5190
8#775B85
9#74667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78D #D78DFB | BordersInactive statesPlaceholder text |
| 400 | C252 #C252FA | Disabled statesSecondary iconsMuted text |
| 500 | B020 #B020F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9307 #9307DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7505 #7505AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #36024F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F3DCFE;
--purple-200: #E8BFFD;
--purple-300: #D78DFB;
--purple-400: #C252FA;
--purple-500: #B020F8;
--purple-600: #9307DA;
--purple-700: #7505AD;
--purple-800: #54047C;
--purple-900: #36024F;
--purple-950: #210231;
}