Purple
#7004DC
PurpleColor Codes
All color formats for development
HEX
#7004DCRGB
rgb(112, 4, 220)HSL
hsl(270, 96%, 44%)OKLCH
oklch(0.478 0.261 294.8)CMYK
cmyk(49%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6504C6
2#5A04B0
3#4F039A
4#430384
5#38026E
6#2D0258
7#220142
8#16012C
9#0B0016
Tints
Lighter variations
1#7E05F8
2#8D1FFA
3#9B3BFB
4#A957FC
5#B873FC
6#C68FFD
7#D4ABFD
8#E2C7FE
9#F1E3FE
Tones
Muted variations
1#700FD1
2#701AC6
3#7025BC
4#7030B1
5#703AA6
6#70459B
7#705091
8#705B86
9#70657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBE #DEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C48C #C48CFD | BordersInactive statesPlaceholder text |
| 400 | A650 #A650FB | Disabled statesSecondary iconsMuted text |
| 500 | 8C1E #8C1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 7004 #7004DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5904 #5904AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4003 #40037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2902 #290250 | 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: #F7F0FF;
--purple-100: #EDDCFE;
--purple-200: #DEBEFE;
--purple-300: #C48CFD;
--purple-400: #A650FB;
--purple-500: #8C1EFA;
--purple-600: #7004DC;
--purple-700: #5904AF;
--purple-800: #40037D;
--purple-900: #290250;
--purple-950: #1A0132;
}