Purple
#9308D9
PurpleColor Codes
All color formats for development
HEX
#9308D9RGB
rgb(147, 8, 217)HSL
hsl(280, 93%, 44%)OKLCH
oklch(0.521 0.263 307.9)CMYK
cmyk(32%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8407C3
2#7606AD
3#670598
4#580582
5#49046C
6#3B0357
7#2C0241
8#1D022B
9#0F0116
Tints
Lighter variations
1#A609F4
2#B023F7
3#BA3EF8
4#C45AF9
5#CE75FA
6#D891FB
7#E1ACFC
8#EBC8FD
9#F5E3FE
Tones
Muted variations
1#9012CE
2#8C1DC4
3#8927B9
4#8532AF
5#823CA4
6#7E469A
7#7B5190
8#775B85
9#74667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78E #D78EFB | BordersInactive statesPlaceholder text |
| 400 | C153 #C153F9 | Disabled statesSecondary iconsMuted text |
| 500 | B022 #B022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9308 #9308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7506 #7506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3503 #35034F | 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: #FAF0FE;
--purple-100: #F3DDFE;
--purple-200: #E8BFFD;
--purple-300: #D78EFB;
--purple-400: #C153F9;
--purple-500: #B022F7;
--purple-600: #9308D9;
--purple-700: #7506AC;
--purple-800: #54047B;
--purple-900: #35034F;
--purple-950: #210231;
}