Purple
#8906DB
PurpleColor Codes
All color formats for development
HEX
#8906DBRGB
rgb(137, 6, 219)HSL
hsl(277, 95%, 44%)OKLCH
oklch(0.509 0.263 304)CMYK
cmyk(37%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B05C5
2#6E04AF
3#600499
4#520383
5#45036D
6#370258
7#290242
8#1B012C
9#0E0116
Tints
Lighter variations
1#9B06F7
2#A620F9
3#B13CFA
4#BC58FB
5#C774FB
6#D390FC
7#DEABFD
8#E9C7FE
9#F4E3FE
Tones
Muted variations
1#8710D0
2#841BC5
3#8226BB
4#7F30B0
5#7D3BA5
6#7A469B
7#785090
8#755B86
9#73667B
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 | E5BE #E5BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D18D #D18DFC | BordersInactive statesPlaceholder text |
| 400 | BA51 #BA51FB | Disabled statesSecondary iconsMuted text |
| 500 | A61F #A61FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8906 #8906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6D04 #6D04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E03 #4E037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3202 #320250 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DCFE;
--purple-200: #E5BEFD;
--purple-300: #D18DFC;
--purple-400: #BA51FB;
--purple-500: #A61FF9;
--purple-600: #8906DB;
--purple-700: #6D04AE;
--purple-800: #4E037C;
--purple-900: #320250;
--purple-950: #1F0132;
}