Purple
#9608D9
PurpleColor Codes
All color formats for development
HEX
#9608D9RGB
rgb(150, 8, 217)HSL
hsl(281, 93%, 44%)OKLCH
oklch(0.525 0.263 308.9)CMYK
cmyk(31%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8707C3
2#7806AD
3#690598
4#5A0582
5#4B046C
6#3C0357
7#2D0241
8#1E022B
9#0F0116
Tints
Lighter variations
1#AA09F4
2#B423F7
3#BD3EF8
4#C75AF9
5#D075FA
6#D991FB
7#E3ACFC
8#ECC8FD
9#F6E3FE
Tones
Muted variations
1#9312CE
2#8F1DC4
3#8B27B9
4#8732AF
5#833CA4
6#80469A
7#7C5190
8#785B85
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 | E9BF #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D88E #D88EFB | BordersInactive statesPlaceholder text |
| 400 | C453 #C453F9 | Disabled statesSecondary iconsMuted text |
| 500 | B322 #B322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9608 #9608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7806 #7806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5504 #55047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3703 #37034F | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FE;
--purple-100: #F3DDFE;
--purple-200: #E9BFFD;
--purple-300: #D88EFB;
--purple-400: #C453F9;
--purple-500: #B322F7;
--purple-600: #9608D9;
--purple-700: #7806AC;
--purple-800: #55047B;
--purple-900: #37034F;
--purple-950: #220231;
}