Purple
#7004AF
PurpleColor Codes
All color formats for development
HEX
#7004AFRGB
rgb(112, 4, 175)HSL
hsl(278, 96%, 35%)OKLCH
oklch(0.435 0.223 305.5)CMYK
cmyk(36%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65039D
2#5A038C
3#4E027A
4#430269
5#380257
6#2D0146
7#220134
8#160123
9#0B0011
Tints
Lighter variations
1#8504CF
2#9A05F0
3#A91CFA
4#B53CFB
5#C15DFC
6#CE7DFC
7#DA9EFD
8#E6BEFE
9#F3DFFE
Tones
Muted variations
1#6E0CA6
2#6C159E
3#691D95
4#67268D
5#652E84
6#62377C
7#604073
8#5E486A
9#5C5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DC #F2DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BE #E6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D38C #D38CFD | BordersInactive statesPlaceholder text |
| 400 | BD50 #BD50FB | Disabled statesSecondary iconsMuted text |
| 500 | AA1E #AA1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 8D04 #8D04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7004 #7004AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5003 #50037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #330250 | Primary textHigh emphasis contentDark headings |
| 950 | 2001 #200132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F2DCFE;
--purple-200: #E6BEFE;
--purple-300: #D38CFD;
--purple-400: #BD50FB;
--purple-500: #AA1EFA;
--purple-600: #8D04DC;
--purple-700: #7004AF;
--purple-800: #50037D;
--purple-900: #330250;
--purple-950: #200132;
}