Purple
#7C19C8
PurpleColor Codes
All color formats for development
HEX
#7C19C8RGB
rgb(124, 25, 200)HSL
hsl(274, 78%, 44%)OKLCH
oklch(0.482 0.237 303.1)CMYK
cmyk(38%, 88%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F16B4
2#6314A0
3#57118C
4#4A0F78
5#3E0C64
6#320A50
7#25073C
8#190528
9#0C0214
Tints
Lighter variations
1#8C1CE1
2#9934E6
3#A54DE9
4#B266EC
5#BF80EF
6#CC99F2
7#D9B3F6
8#E5CCF9
9#F2E6FC
Tones
Muted variations
1#7B21BF
2#7A2AB6
3#7833AD
4#773CA5
5#76449C
6#754D93
7#74568A
8#735F82
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 | E1C4 #E1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CA97 #CA97F2 | BordersInactive statesPlaceholder text |
| 400 | AF60 #AF60EB | Disabled statesSecondary iconsMuted text |
| 500 | 9833 #9833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C19 #7C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6314 #63149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 460E #460E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D09 #2D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1C06 #1C062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F1FD;
--purple-100: #EFDFFB;
--purple-200: #E1C4F8;
--purple-300: #CA97F2;
--purple-400: #AF60EB;
--purple-500: #9833E6;
--purple-600: #7C19C8;
--purple-700: #63149F;
--purple-800: #460E71;
--purple-900: #2D0949;
--purple-950: #1C062D;
}