Purple
#7408D9
PurpleColor Codes
All color formats for development
HEX
#7408D9RGB
rgb(116, 8, 217)HSL
hsl(271, 93%, 44%)OKLCH
oklch(0.481 0.258 296.8)CMYK
cmyk(47%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6807C3
2#5D06AD
3#510598
4#450582
5#3A046C
6#2E0357
7#230241
8#17022B
9#0C0116
Tints
Lighter variations
1#8209F4
2#9023F7
3#9E3EF8
4#AC5AF9
5#BA75FA
6#C891FB
7#D5ACFC
8#E3C8FD
9#F1E3FE
Tones
Muted variations
1#7312CE
2#731DC4
3#7327B9
4#7232AF
5#723CA4
6#72469A
7#715190
8#715B85
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 #DFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C68E #C68EFB | BordersInactive statesPlaceholder text |
| 400 | A953 #A953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9022 #9022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7408 #7408D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C06 #5C06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4204 #42047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A03 #2A034F | 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: #DFBFFD;
--purple-300: #C68EFB;
--purple-400: #A953F9;
--purple-500: #9022F7;
--purple-600: #7408D9;
--purple-700: #5C06AC;
--purple-800: #42047B;
--purple-900: #2A034F;
--purple-950: #1A0231;
}