Purple
#8606DB
PurpleColor Codes
All color formats for development
HEX
#8606DBRGB
rgb(134, 6, 219)HSL
hsl(276, 95%, 44%)OKLCH
oklch(0.505 0.262 303)CMYK
cmyk(39%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7805C5
2#6B04AF
3#5D0499
4#500383
5#43036D
6#350258
7#280242
8#1B012C
9#0D0116
Tints
Lighter variations
1#9706F7
2#A220F9
3#AE3CFA
4#BA58FB
5#C574FB
6#D190FC
7#DCABFD
8#E8C7FE
9#F3E3FE
Tones
Muted variations
1#8310D0
2#811BC5
3#7F26BB
4#7D30B0
5#7B3BA5
6#79469B
7#775090
8#745B86
9#72667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E4BE #E4BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CF8D #CF8DFC | BordersInactive statesPlaceholder text |
| 400 | B751 #B751FB | Disabled statesSecondary iconsMuted text |
| 500 | A21F #A21FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8606 #8606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A04 #6A04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C03 #4C037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3102 #310250 | Primary textHigh emphasis contentDark headings |
| 950 | 1E01 #1E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DCFE;
--purple-200: #E4BEFD;
--purple-300: #CF8DFC;
--purple-400: #B751FB;
--purple-500: #A21FF9;
--purple-600: #8606DB;
--purple-700: #6A04AE;
--purple-800: #4C037C;
--purple-900: #310250;
--purple-950: #1E0132;
}