Purple
#6C0BA8
PurpleColor Codes
All color formats for development
HEX
#6C0BA8RGB
rgb(108, 11, 168)HSL
hsl(277, 88%, 35%)OKLCH
oklch(0.426 0.213 305.6)CMYK
cmyk(36%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#610A97
2#560986
3#4B0775
4#410665
5#360554
6#2B0443
7#200332
8#160222
9#0B0111
Tints
Lighter variations
1#800DC7
2#940FE6
3#A325F1
4#B044F3
5#BD63F5
6#CA82F7
7#D7A2F9
8#E5C1FB
9#F2E0FD
Tones
Muted variations
1#6A13A0
2#681A98
3#662290
4#642A88
5#623281
6#613A79
7#5F4271
8#5D4A69
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 | E5C1 #E5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D091 #D091F8 | BordersInactive statesPlaceholder text |
| 400 | B857 #B857F4 | Disabled statesSecondary iconsMuted text |
| 500 | A427 #A427F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 870D #870DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6C0B #6C0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D08 #4D0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3105 #31054D | 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: #E5C1FB;
--purple-300: #D091F8;
--purple-400: #B857F4;
--purple-500: #A427F1;
--purple-600: #870DD3;
--purple-700: #6C0BA8;
--purple-800: #4D0878;
--purple-900: #31054D;
--purple-950: #1F0330;
}