Purple
#7915CB
PurpleColor Codes
All color formats for development
HEX
#7915CBRGB
rgb(121, 21, 203)HSL
hsl(273, 81%, 44%)OKLCH
oklch(0.479 0.241 301.4)CMYK
cmyk(40%, 90%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D13B7
2#6111A2
3#550F8E
4#490D7A
5#3D0B66
6#310951
7#24063D
8#180429
9#0C0214
Tints
Lighter variations
1#8918E5
2#9630E9
3#A34AEC
4#B064EF
5#BD7EF1
6#CB98F4
7#D8B1F7
8#E5CBFA
9#F2E5FC
Tones
Muted variations
1#781EC2
2#7727B9
3#7731B0
4#763AA7
5#75439E
6#744C95
7#73558B
8#725E82
9#716779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C995 #C995F4 | BordersInactive statesPlaceholder text |
| 400 | AD5D #AD5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 962F #962FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7915 #7915CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6011 #6011A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450C #450C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C08 #2C084A | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F1FE;
--purple-100: #EFDFFC;
--purple-200: #E1C3F9;
--purple-300: #C995F4;
--purple-400: #AD5DEE;
--purple-500: #962FE9;
--purple-600: #7915CB;
--purple-700: #6011A2;
--purple-800: #450C73;
--purple-900: #2C084A;
--purple-950: #1C052E;
}