Purple
#9319C8
PurpleColor Codes
All color formats for development
HEX
#9319C8RGB
rgb(147, 25, 200)HSL
hsl(282, 78%, 44%)OKLCH
oklch(0.513 0.242 311.7)CMYK
cmyk(27%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8416B4
2#7614A0
3#67118C
4#580F78
5#4A0C64
6#3B0A50
7#2C073C
8#1D0528
9#0F0214
Tints
Lighter variations
1#A61CE1
2#B034E6
3#BA4DE9
4#C466EC
5#CE80EF
6#D899F2
7#E2B3F6
8#EBCCF9
9#F5E6FC
Tones
Muted variations
1#9021BF
2#8C2AB6
3#8933AD
4#853CA5
5#82449C
6#7E4D93
7#7B568A
8#775F82
9#746779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DF #F3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8C4 #E8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | D797 #D797F2 | BordersInactive statesPlaceholder text |
| 400 | C260 #C260EB | Disabled statesSecondary iconsMuted text |
| 500 | B033 #B033E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9319 #9319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7514 #75149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 540E #540E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3609 #360949 | Primary textHigh emphasis contentDark headings |
| 950 | 2106 #21062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FD;
--purple-100: #F3DFFB;
--purple-200: #E8C4F8;
--purple-300: #D797F2;
--purple-400: #C260EB;
--purple-500: #B033E6;
--purple-600: #9319C8;
--purple-700: #75149F;
--purple-800: #540E71;
--purple-900: #360949;
--purple-950: #21062D;
}