Purple
#8518C9
PurpleColor Codes
All color formats for development
HEX
#8518C9RGB
rgb(133, 24, 201)HSL
hsl(277, 79%, 44%)OKLCH
oklch(0.494 0.24 306.3)CMYK
cmyk(34%, 88%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7815B5
2#6A13A1
3#5D108D
4#500E79
5#420C64
6#350950
7#28073C
8#1B0528
9#0D0214
Tints
Lighter variations
1#961BE2
2#A233E7
3#AD4CEA
4#B966ED
5#C57FF0
6#D099F3
7#DCB2F6
8#E8CCF9
9#F3E5FC
Tones
Muted variations
1#8320C0
2#8129B7
3#7F32AE
4#7D3BA5
5#7B449D
6#784D94
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 | E4C4 #E4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CF96 #CF96F3 | BordersInactive statesPlaceholder text |
| 400 | B65F #B65FEC | Disabled statesSecondary iconsMuted text |
| 500 | A132 #A132E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8518 #8518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6A13 #6A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4C0D #4C0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3009 #300949 | 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: #E4C4F8;
--purple-300: #CF96F3;
--purple-400: #B65FEC;
--purple-500: #A132E7;
--purple-600: #8518C9;
--purple-700: #6A13A0;
--purple-800: #4C0D72;
--purple-900: #300949;
--purple-950: #1E052E;
}