Purple
#8605AD
PinkColor Codes
All color formats for development
HEX
#8605ADRGB
rgb(134, 5, 173)HSL
hsl(286, 94%, 35%)OKLCH
oklch(0.465 0.226 314.9)CMYK
cmyk(23%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79059C
2#6B048B
3#5E0479
4#500368
5#430357
6#360245
7#280234
8#1B0123
9#0D0111
Tints
Lighter variations
1#9F06CD
2#B807ED
3#C51EF8
4#CD3EF9
5#D65EFA
6#DE7EFB
7#E69FFC
8#EEBFFD
9#F7DFFE
Tones
Muted variations
1#820EA5
2#7D169C
3#791F94
4#74278C
5#702F83
6#6B387B
7#674072
8#62486A
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E28D #E28DFB | BordersInactive statesPlaceholder text |
| 400 | D252 #D252FA | Disabled statesSecondary iconsMuted text |
| 500 | C620 #C620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A807 #A807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8605 #8605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6004 #60047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D02 #3D024F | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FF;
--purple-100: #F6DCFE;
--purple-200: #EEBFFD;
--purple-300: #E28DFB;
--purple-400: #D252FA;
--purple-500: #C620F8;
--purple-600: #A807DA;
--purple-700: #8605AD;
--purple-800: #60047C;
--purple-900: #3D024F;
--purple-950: #260231;
}