Purple
#8207DA
PurpleColor Codes
All color formats for development
HEX
#8207DARGB
rgb(130, 7, 218)HSL
hsl(275, 94%, 44%)OKLCH
oklch(0.499 0.261 301.7)CMYK
cmyk(40%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7506C4
2#6805AE
3#5B0598
4#4E0483
5#41036D
6#340357
7#270241
8#1A012C
9#0D0116
Tints
Lighter variations
1#9208F5
2#9F21F8
3#AB3DF9
4#B759FA
5#C374FB
6#CF90FC
7#DBACFC
8#E7C8FD
9#F3E3FE
Tones
Muted variations
1#8011CF
2#7E1CC5
3#7D26BA
4#7B31AF
5#793BA5
6#77469A
7#755190
8#745B85
9#72667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DC #F0DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E3BF #E3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | CE8D #CE8DFB | BordersInactive statesPlaceholder text |
| 400 | B452 #B452FA | Disabled statesSecondary iconsMuted text |
| 500 | 9E20 #9E20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8207 #8207DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6705 #6705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4A04 #4A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2F02 #2F024F | 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: #F9F0FF;
--purple-100: #F0DCFE;
--purple-200: #E3BFFD;
--purple-300: #CE8DFB;
--purple-400: #B452FA;
--purple-500: #9E20F8;
--purple-600: #8207DA;
--purple-700: #6705AD;
--purple-800: #4A047C;
--purple-900: #2F024F;
--purple-950: #1D0231;
}