Purple
#7F04DC
PurpleColor Codes
All color formats for development
HEX
#7F04DCRGB
rgb(127, 4, 220)HSL
hsl(274, 96%, 44%)OKLCH
oklch(0.496 0.263 300.3)CMYK
cmyk(42%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7204C6
2#6504B0
3#59039A
4#4C0384
5#3F026E
6#330258
7#260142
8#19012C
9#0D0016
Tints
Lighter variations
1#8F05F8
2#9B1FFA
3#A83BFB
4#B457FC
5#C173FC
6#CD8FFD
7#DAABFD
8#E6C7FE
9#F3E3FE
Tones
Muted variations
1#7D0FD1
2#7C1AC6
3#7A25BC
4#7930B1
5#773AA6
6#76459B
7#755091
8#735B86
9#72657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BE #E2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8C #CC8CFD | BordersInactive statesPlaceholder text |
| 400 | B150 #B150FB | Disabled statesSecondary iconsMuted text |
| 500 | 9B1E #9B1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F04 #7F04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6504 #6504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4803 #48037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E02 #2E0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1D01 #1D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F8F0FF;
--purple-100: #EFDCFE;
--purple-200: #E2BEFE;
--purple-300: #CC8CFD;
--purple-400: #B150FB;
--purple-500: #9B1EFA;
--purple-600: #7F04DC;
--purple-700: #6504AF;
--purple-800: #48037D;
--purple-900: #2E0250;
--purple-950: #1D0132;
}