Purple
#6B0CA7
PurpleColor Codes
All color formats for development
HEX
#6B0CA7RGB
rgb(107, 12, 167)HSL
hsl(277, 87%, 35%)OKLCH
oklch(0.424 0.212 305.4)CMYK
cmyk(36%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#610A96
2#560986
3#4B0875
4#400764
5#360653
6#2B0543
7#200332
8#150221
9#0B0111
Tints
Lighter variations
1#7F0EC6
2#9310E5
3#A326F0
4#B045F2
5#BD64F4
6#CA83F6
7#D7A2F9
8#E5C1FB
9#F2E0FD
Tones
Muted variations
1#6A139F
2#681B97
3#662390
4#642B88
5#623280
6#603A78
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 | F1DE #F1DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5C1 #E5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D091 #D091F7 | BordersInactive statesPlaceholder text |
| 400 | B858 #B858F3 | Disabled statesSecondary iconsMuted text |
| 500 | A428 #A428F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 870F #870FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6B0C #6B0CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4D08 #4D0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3105 #31054C | 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: #F1DEFD;
--purple-200: #E5C1FB;
--purple-300: #D091F7;
--purple-400: #B858F3;
--purple-500: #A428F0;
--purple-600: #870FD2;
--purple-700: #6B0CA7;
--purple-800: #4D0877;
--purple-900: #31054C;
--purple-950: #1F0330;
}