Purple
#7919C8
PurpleColor Codes
All color formats for development
HEX
#7919C8RGB
rgb(121, 25, 200)HSL
hsl(273, 78%, 44%)OKLCH
oklch(0.478 0.237 301.9)CMYK
cmyk(40%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D16B4
2#6114A0
3#55118C
4#490F78
5#3C0C64
6#300A50
7#24073C
8#180528
9#0C0214
Tints
Lighter variations
1#881CE1
2#9634E6
3#A34DE9
4#B066EC
5#BD80EF
6#CA99F2
7#D8B3F6
8#E5CCF9
9#F2E6FC
Tones
Muted variations
1#7821BF
2#772AB6
3#7633AD
4#753CA5
5#75449C
6#744D93
7#73568A
8#725F82
9#716779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C4 #E0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C997 #C997F2 | BordersInactive statesPlaceholder text |
| 400 | AD60 #AD60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9533 #9533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7919 #7919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6014 #60149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 450E #450E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C09 #2C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1B06 #1B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F1FD;
--purple-100: #EFDFFB;
--purple-200: #E0C4F8;
--purple-300: #C997F2;
--purple-400: #AD60EB;
--purple-500: #9533E6;
--purple-600: #7919C8;
--purple-700: #60149F;
--purple-800: #450E71;
--purple-900: #2C0949;
--purple-950: #1B062D;
}