Purple
#731AC7
PurpleColor Codes
All color formats for development
HEX
#731AC7RGB
rgb(115, 26, 199)HSL
hsl(271, 77%, 44%)OKLCH
oklch(0.471 0.234 299.7)CMYK
cmyk(42%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6817B3
2#5C159F
3#51128B
4#450F77
5#3A0D63
6#2E0A4F
7#23083C
8#170528
9#0C0314
Tints
Lighter variations
1#821DE0
2#9035E5
3#9E4EE8
4#AC67EB
5#B981EF
6#C79AF2
7#D5B3F5
8#E3CCF8
9#F1E6FC
Tones
Muted variations
1#7322BE
2#732BB5
3#7234AD
4#723CA4
5#72459B
6#714E93
7#71568A
8#715F81
9#706879
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 #DFC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | C697 #C697F2 | BordersInactive statesPlaceholder text |
| 400 | A861 #A861EA | Disabled statesSecondary iconsMuted text |
| 500 | 8F34 #8F34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 731A #731AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C15 #5C159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410F #410F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A09 #2A0948 | 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: #DFC4F7;
--purple-300: #C697F2;
--purple-400: #A861EA;
--purple-500: #8F34E5;
--purple-600: #731AC7;
--purple-700: #5C159E;
--purple-800: #410F71;
--purple-900: #2A0948;
--purple-950: #1A062D;
}