Purple
#8613A0
PinkColor Codes
All color formats for development
HEX
#8613A0RGB
rgb(134, 19, 160)HSL
hsl(289, 79%, 35%)OKLCH
oklch(0.46 0.21 318.7)CMYK
cmyk(16%, 88%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#791190
2#6B0F80
3#5E0D70
4#500B60
5#430950
6#360740
7#280630
8#1B0420
9#0D0210
Tints
Lighter variations
1#9F16BD
2#B81ADB
3#C52FE7
4#CD4DEA
5#D66BEE
6#DE88F1
7#E6A6F5
8#EEC4F8
9#F7E1FC
Tones
Muted variations
1#811A99
2#7D2192
3#79288B
4#742F84
5#70367D
6#6B3D75
7#67446E
8#624B67
9#5E5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEC4 #EEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E296 #E296F3 | BordersInactive statesPlaceholder text |
| 400 | D25F #D25FEC | Disabled statesSecondary iconsMuted text |
| 500 | C632 #C632E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A818 #A818C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8613 #8613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600D #600D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D09 #3D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2605 #26052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F6DFFB;
--purple-200: #EEC4F8;
--purple-300: #E296F3;
--purple-400: #D25FEC;
--purple-500: #C632E7;
--purple-600: #A818C9;
--purple-700: #8613A0;
--purple-800: #600D72;
--purple-900: #3D0949;
--purple-950: #26052E;
}