Purple
#7409D7
PurpleColor Codes
All color formats for development
HEX
#7409D7RGB
rgb(116, 9, 215)HSL
hsl(271, 92%, 44%)OKLCH
oklch(0.48 0.256 297.2)CMYK
cmyk(46%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6808C2
2#5D07AC
3#510697
4#450581
5#3A046C
6#2E0456
7#230341
8#17022B
9#0C0116
Tints
Lighter variations
1#820AF3
2#9024F6
3#9E3FF7
4#AC5AF8
5#BA76F9
6#C891FA
7#D5ADFC
8#E3C8FD
9#F1E4FE
Tones
Muted variations
1#7313CD
2#731EC3
3#7328B8
4#7232AE
5#723DA4
6#724799
7#71518F
8#715C85
9#71667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBF #DFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFA | BordersInactive statesPlaceholder text |
| 400 | A854 #A854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9023 #9023F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7409 #7409D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C07 #5C07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4205 #42057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034E | Primary textHigh emphasis contentDark headings |
| 950 | 1A02 #1A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FE;
--purple-100: #EEDDFE;
--purple-200: #DFBFFC;
--purple-300: #C68EFA;
--purple-400: #A854F8;
--purple-500: #9023F6;
--purple-600: #7409D7;
--purple-700: #5C07AB;
--purple-800: #42057A;
--purple-900: #2A034E;
--purple-950: #1A0231;
}