Purple
#8A02DE
PurpleColor Codes
All color formats for development
HEX
#8A02DERGB
rgb(138, 2, 222)HSL
hsl(277, 98%, 44%)OKLCH
oklch(0.512 0.267 303.8)CMYK
cmyk(38%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C02C8
2#6E02B2
3#60029C
4#530185
5#45016F
6#370159
7#290143
8#1C002C
9#0E0016
Tints
Lighter variations
1#9B03FA
2#A71DFD
3#B239FD
4#BD55FD
5#C872FE
6#D38EFE
7#DEAAFE
8#E9C6FE
9#F4E3FF
Tones
Muted variations
1#870DD3
2#8518C8
3#8223BD
4#802EB2
5#7D39A7
6#7A449C
7#784F91
8#755A86
9#73657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F1DC #F1DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E5BD #E5BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D28B #D28BFE | BordersInactive statesPlaceholder text |
| 400 | BA4E #BA4EFD | Disabled statesSecondary iconsMuted text |
| 500 | A61C #A61CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 8A02 #8A02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6E02 #6E02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4E01 #4E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3201 #320151 | Primary textHigh emphasis contentDark headings |
| 950 | 1F01 #1F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #F9F0FF;
--purple-100: #F1DCFF;
--purple-200: #E5BDFE;
--purple-300: #D28BFE;
--purple-400: #BA4EFD;
--purple-500: #A61CFD;
--purple-600: #8A02DE;
--purple-700: #6E02B1;
--purple-800: #4E017E;
--purple-900: #320151;
--purple-950: #1F0132;
}