Purple
#6C0AA9
PurpleColor Codes
All color formats for development
HEX
#6C0AA9RGB
rgb(108, 10, 169)HSL
hsl(277, 89%, 35%)OKLCH
oklch(0.426 0.215 305.3)CMYK
cmyk(36%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#610998
2#560887
3#4B0776
4#410665
5#360554
6#2B0443
7#200333
8#160222
9#0B0111
Tints
Lighter variations
1#800CC8
2#940DE7
3#A324F2
4#B043F4
5#BD62F6
6#CA82F8
7#D8A1FA
8#E5C0FB
9#F2E0FD
Tones
Muted variations
1#6A12A1
2#681A99
3#662291
4#642A89
5#633281
6#613979
7#5F4171
8#5D4969
9#5B5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DD #F1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C0 #E5C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D190 #D190F9 | BordersInactive statesPlaceholder text |
| 400 | B856 #B856F5 | Disabled statesSecondary iconsMuted text |
| 500 | A426 #A426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 880C #880CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C0A #6C0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D07 #4D0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3104 #31044D | Primary textHigh emphasis contentDark headings |
| 950 | 1F03 #1F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FE;
--purple-100: #F1DDFD;
--purple-200: #E5C0FB;
--purple-300: #D190F9;
--purple-400: #B856F5;
--purple-500: #A426F2;
--purple-600: #880CD4;
--purple-700: #6C0AA9;
--purple-800: #4D0778;
--purple-900: #31044D;
--purple-950: #1F0330;
}