Purple
#8208D9
PurpleColor Codes
All color formats for development
HEX
#8208D9RGB
rgb(130, 8, 217)HSL
hsl(275, 93%, 44%)OKLCH
oklch(0.498 0.26 301.9)CMYK
cmyk(40%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7507C3
2#6806AD
3#5B0598
4#4E0582
5#41046C
6#340357
7#270241
8#1A022B
9#0D0116
Tints
Lighter variations
1#9209F4
2#9E23F7
3#AB3EF8
4#B75AF9
5#C375FA
6#CF91FB
7#DBACFC
8#E7C8FD
9#F3E3FE
Tones
Muted variations
1#8012CE
2#7E1DC4
3#7C27B9
4#7B32AF
5#793CA4
6#77469A
7#755190
8#745B85
9#72667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DD #F0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BF #E3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CD8E #CD8EFB | BordersInactive statesPlaceholder text |
| 400 | B453 #B453F9 | Disabled statesSecondary iconsMuted text |
| 500 | 9E22 #9E22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8208 #8208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6706 #6706AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A04 #4A047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F03 #2F034F | Primary textHigh emphasis contentDark headings |
| 950 | 1D02 #1D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FE;
--purple-100: #F0DDFE;
--purple-200: #E3BFFD;
--purple-300: #CD8EFB;
--purple-400: #B453F9;
--purple-500: #9E22F7;
--purple-600: #8208D9;
--purple-700: #6706AC;
--purple-800: #4A047B;
--purple-900: #2F034F;
--purple-950: #1D0231;
}