Purple
#8218C9
PurpleColor Codes
All color formats for development
HEX
#8218C9RGB
rgb(130, 24, 201)HSL
hsl(276, 79%, 44%)OKLCH
oklch(0.49 0.24 305.2)CMYK
cmyk(35%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7515B5
2#6813A1
3#5B108D
4#4E0E79
5#410C64
6#340950
7#27073C
8#1A0528
9#0D0214
Tints
Lighter variations
1#921BE2
2#9F33E7
3#AB4CEA
4#B766ED
5#C37FF0
6#CF99F3
7#DBB2F6
8#E7CCF9
9#F3E5FC
Tones
Muted variations
1#8020C0
2#7E29B7
3#7D32AE
4#7B3BA5
5#79449D
6#774D94
7#76568B
8#745E82
9#726779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F1 #F9F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3C4 #E3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CE96 #CE96F3 | BordersInactive statesPlaceholder text |
| 400 | B45F #B45FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9E32 #9E32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8218 #8218C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6713 #6713A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A0D #4A0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F09 #2F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1E05 #1E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F1FD;
--purple-100: #F0DFFB;
--purple-200: #E3C4F8;
--purple-300: #CE96F3;
--purple-400: #B45FEC;
--purple-500: #9E32E7;
--purple-600: #8218C9;
--purple-700: #6713A0;
--purple-800: #4A0D72;
--purple-900: #2F0949;
--purple-950: #1E052E;
}