Purple
#931AC7
PurpleColor Codes
All color formats for development
HEX
#931AC7RGB
rgb(147, 26, 199)HSL
hsl(282, 77%, 44%)OKLCH
oklch(0.512 0.241 311.9)CMYK
cmyk(26%, 87%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8417B3
2#75159F
3#67128B
4#580F77
5#490D63
6#3B0A4F
7#2C083C
8#1D0528
9#0F0314
Tints
Lighter variations
1#A51DE0
2#B035E5
3#BA4EE8
4#C467EB
5#CE81EF
6#D79AF2
7#E1B3F5
8#EBCCF8
9#F5E6FC
Tones
Muted variations
1#8F22BE
2#8C2BB5
3#8834AD
4#853CA4
5#81459B
6#7E4E93
7#7B568A
8#775F81
9#746879
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 #E8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | D697 #D697F2 | BordersInactive statesPlaceholder text |
| 400 | C161 #C161EA | Disabled statesSecondary iconsMuted text |
| 500 | B034 #B034E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 931A #931AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7515 #75159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 530F #530F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3509 #350948 | 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: #E8C4F7;
--purple-300: #D697F2;
--purple-400: #C161EA;
--purple-500: #B034E5;
--purple-600: #931AC7;
--purple-700: #75159E;
--purple-800: #530F71;
--purple-900: #350948;
--purple-950: #21062D;
}