Purple
#7319C8
PurpleColor Codes
All color formats for development
HEX
#7319C8RGB
rgb(115, 25, 200)HSL
hsl(271, 78%, 44%)OKLCH
oklch(0.471 0.236 299.5)CMYK
cmyk(43%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6816B4
2#5C14A0
3#51118C
4#450F78
5#3A0C64
6#2E0A50
7#23073C
8#170528
9#0C0214
Tints
Lighter variations
1#821CE1
2#9034E6
3#9E4DE9
4#AC66EC
5#B980EF
6#C799F2
7#D5B3F6
8#E3CCF9
9#F1E6FC
Tones
Muted variations
1#7321BF
2#732AB6
3#7233AD
4#723CA5
5#72449C
6#714D93
7#71568A
8#715F82
9#706779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC4 #DFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A860 #A860EB | Disabled statesSecondary iconsMuted text |
| 500 | 8F33 #8F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7319 #7319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C14 #5C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410E #410E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F1FD;
--purple-100: #EEDFFB;
--purple-200: #DFC4F8;
--purple-300: #C697F2;
--purple-400: #A860EB;
--purple-500: #8F33E6;
--purple-600: #7319C8;
--purple-700: #5C149F;
--purple-800: #410E71;
--purple-900: #2A0949;
--purple-950: #1A062D;
}