Purple
#9707DA
PurpleColor Codes
All color formats for development
HEX
#9707DARGB
rgb(151, 7, 218)HSL
hsl(281, 94%, 44%)OKLCH
oklch(0.527 0.265 309)CMYK
cmyk(31%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8806C4
2#7905AE
3#6A0598
4#5B0483
5#4B036D
6#3C0357
7#2D0241
8#1E012C
9#0F0116
Tints
Lighter variations
1#AA08F5
2#B421F8
3#BD3DF9
4#C759FA
5#D074FB
6#DA90FC
7#E3ACFC
8#ECC8FD
9#F6E3FE
Tones
Muted variations
1#9311CF
2#8F1CC5
3#8B26BA
4#8731AF
5#843BA5
6#80469A
7#7C5190
8#785B85
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 | E9BF #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D98D #D98DFB | BordersInactive statesPlaceholder text |
| 400 | C552 #C552FA | Disabled statesSecondary iconsMuted text |
| 500 | B420 #B420F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9707 #9707DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7805 #7805AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5604 #56047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3702 #37024F | 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: #FAF0FF;
--purple-100: #F3DCFE;
--purple-200: #E9BFFD;
--purple-300: #D98DFB;
--purple-400: #C552FA;
--purple-500: #B420F8;
--purple-600: #9707DA;
--purple-700: #7805AD;
--purple-800: #56047C;
--purple-900: #37024F;
--purple-950: #220231;
}