Purple
#8302DE
PurpleColor Codes
All color formats for development
HEX
#8302DERGB
rgb(131, 2, 222)HSL
hsl(275, 98%, 44%)OKLCH
oklch(0.503 0.265 301.3)CMYK
cmyk(41%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7502C8
2#6802B2
3#5B029C
4#4E0185
5#41016F
6#340159
7#270143
8#1A002C
9#0D0016
Tints
Lighter variations
1#9303FA
2#9F1DFD
3#AB39FD
4#B755FD
5#C372FE
6#CF8EFE
7#DBAAFE
8#E7C6FE
9#F3E3FF
Tones
Muted variations
1#810DD3
2#7F18C8
3#7D23BD
4#7B2EB2
5#7939A7
6#78449C
7#764F91
8#745A86
9#72657B
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;
}