Purple
#8C07DA
PurpleColor Codes
All color formats for development
HEX
#8C07DARGB
rgb(140, 7, 218)HSL
hsl(278, 94%, 44%)OKLCH
oklch(0.512 0.262 305.3)CMYK
cmyk(36%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E06C4
2#7005AE
3#620598
4#540483
5#46036D
6#380357
7#2A0241
8#1C012C
9#0E0116
Tints
Lighter variations
1#9E08F5
2#A921F8
3#B43DF9
4#BF59FA
5#C974FB
6#D490FC
7#DFACFC
8#EAC8FD
9#F4E3FE
Tones
Muted variations
1#8A11CF
2#871CC5
3#8426BA
4#8131AF
5#7E3BA5
6#7B469A
7#795190
8#765B85
9#73667B
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 | E6BF #E6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38D #D38DFB | BordersInactive statesPlaceholder text |
| 400 | BC52 #BC52FA | Disabled statesSecondary iconsMuted text |
| 500 | A920 #A920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C07 #8C07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7005 #7005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5004 #50047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3302 #33024F | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F2DCFE;
--purple-200: #E6BFFD;
--purple-300: #D38DFB;
--purple-400: #BC52FA;
--purple-500: #A920F8;
--purple-600: #8C07DA;
--purple-700: #7005AD;
--purple-800: #50047C;
--purple-900: #33024F;
--purple-950: #200231;
}