Purple
#7C04AF
PurpleColor Codes
All color formats for development
HEX
#7C04AFRGB
rgb(124, 4, 175)HSL
hsl(282, 96%, 35%)OKLCH
oklch(0.452 0.226 310.5)CMYK
cmyk(29%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F039D
2#63038C
3#56027A
4#4A0269
5#3E0257
6#310146
7#250134
8#190123
9#0C0011
Tints
Lighter variations
1#9204CF
2#A905F0
3#B81CFA
4#C23CFB
5#CC5DFC
6#D67DFC
7#E09EFD
8#EBBEFE
9#F5DFFE
Tones
Muted variations
1#780CA6
2#75159E
3#711D95
4#6E268D
5#6A2E84
6#67377C
7#644073
8#60486A
9#5D5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBE #EBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DB8C #DB8CFD | BordersInactive statesPlaceholder text |
| 400 | C850 #C850FB | Disabled statesSecondary iconsMuted text |
| 500 | B81E #B81EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B04 #9B04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C04 #7C04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5803 #58037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3802 #380250 | Primary textHigh emphasis contentDark headings |
| 950 | 2301 #230132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF0FF;
--purple-100: #F4DCFE;
--purple-200: #EBBEFE;
--purple-300: #DB8CFD;
--purple-400: #C850FB;
--purple-500: #B81EFA;
--purple-600: #9B04DC;
--purple-700: #7C04AF;
--purple-800: #58037D;
--purple-900: #380250;
--purple-950: #230132;
}