Purple
#8D04DC
PurpleColor Codes
All color formats for development
HEX
#8D04DCRGB
rgb(141, 4, 220)HSL
hsl(278, 96%, 44%)OKLCH
oklch(0.514 0.265 305.2)CMYK
cmyk(36%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F04C6
2#7104B0
3#63039A
4#550384
5#46026E
6#380258
7#2A0142
8#1C012C
9#0E0016
Tints
Lighter variations
1#9F05F8
2#AA1FFA
3#B53BFB
4#BF57FC
5#CA73FC
6#D58FFD
7#DFABFD
8#EAC7FE
9#F4E3FE
Tones
Muted variations
1#8A0FD1
2#871AC6
3#8425BC
4#8130B1
5#7F3AA6
6#7C459B
7#795091
8#765B86
9#73657B
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;
}