Purple
#6802B1
PurpleColor Codes
All color formats for development
HEX
#6802B1RGB
rgb(104, 2, 177)HSL
hsl(275, 98%, 35%)OKLCH
oklch(0.426 0.224 301.6)CMYK
cmyk(41%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D029F
2#53018D
3#49017C
4#3E016A
5#340158
6#2A0147
7#1F0135
8#150023
9#0A0012
Tints
Lighter variations
1#7B02D2
2#8E02F2
3#9E19FD
4#AC3AFD
5#BA5BFD
6#C87CFE
7#D59DFE
8#E3BDFE
9#F1DEFF
Tones
Muted variations
1#660BA8
2#65139F
3#631C96
4#62258E
5#612E85
6#5F367C
7#5E3F73
8#5C486B
9#5B5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BD #E3BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8B #CE8BFE | BordersInactive statesPlaceholder text |
| 400 | B44E #B44EFD | Disabled statesSecondary iconsMuted text |
| 500 | 9F1C #9F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8302 #8302DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6802 #6802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A01 #4A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F01 #2F0151 | 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: #F0DCFF;
--purple-200: #E3BDFE;
--purple-300: #CE8BFE;
--purple-400: #B44EFD;
--purple-500: #9F1CFD;
--purple-600: #8302DE;
--purple-700: #6802B1;
--purple-800: #4A017E;
--purple-900: #2F0151;
--purple-950: #1E0132;
}