Purple
#8005AD
PurpleColor Codes
All color formats for development
HEX
#8005ADRGB
rgb(128, 5, 173)HSL
hsl(284, 94%, 35%)OKLCH
oklch(0.456 0.225 312.6)CMYK
cmyk(26%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74059C
2#67048B
3#5A0479
4#4D0368
5#400357
6#330245
7#270234
8#1A0123
9#0D0111
Tints
Lighter variations
1#9806CD
2#B007ED
3#BE1EF8
4#C73EF9
5#D05EFA
6#DA7EFB
7#E39FFC
8#ECBFFD
9#F6DFFE
Tones
Muted variations
1#7C0EA5
2#79169C
3#751F94
4#71278C
5#6D2F83
6#69387B
7#654072
8#61486A
9#5D5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DC #F5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | ECBF #ECBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DE8D #DE8DFB | BordersInactive statesPlaceholder text |
| 400 | CD52 #CD52FA | Disabled statesSecondary iconsMuted text |
| 500 | BF20 #BF20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A107 #A107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8005 #8005AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C04 #5C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B02 #3B024F | Primary textHigh emphasis contentDark headings |
| 950 | 2502 #250231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FF;
--purple-100: #F5DCFE;
--purple-200: #ECBFFD;
--purple-300: #DE8DFB;
--purple-400: #CD52FA;
--purple-500: #BF20F8;
--purple-600: #A107DA;
--purple-700: #8005AD;
--purple-800: #5C047C;
--purple-900: #3B024F;
--purple-950: #250231;
}