Purple
#7404DC
PurpleColor Codes
All color formats for development
HEX
#7404DCRGB
rgb(116, 4, 220)HSL
hsl(271, 96%, 44%)OKLCH
oklch(0.483 0.262 296.3)CMYK
cmyk(47%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6804C6
2#5D04B0
3#51039A
4#450384
5#3A026E
6#2E0258
7#230142
8#17012C
9#0C0016
Tints
Lighter variations
1#8305F8
2#901FFA
3#9E3BFB
4#AC57FC
5#BA73FC
6#C88FFD
7#D6ABFD
8#E3C7FE
9#F1E3FE
Tones
Muted variations
1#730FD1
2#731AC6
3#7325BC
4#7230B1
5#723AA6
6#72459B
7#715091
8#715B86
9#71657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFBE #DFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C68C #C68CFD | BordersInactive statesPlaceholder text |
| 400 | A950 #A950FB | Disabled statesSecondary iconsMuted text |
| 500 | 901E #901EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7404 #7404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C04 #5C04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4203 #42037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A02 #2A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FF;
--purple-100: #EEDCFE;
--purple-200: #DFBEFE;
--purple-300: #C68CFD;
--purple-400: #A950FB;
--purple-500: #901EFA;
--purple-600: #7404DC;
--purple-700: #5C04AF;
--purple-800: #42037D;
--purple-900: #2A0250;
--purple-950: #1A0132;
}