Purple
#86159D
PinkColor Codes
All color formats for development
HEX
#86159DRGB
rgb(134, 21, 157)HSL
hsl(290, 76%, 35%)OKLCH
oklch(0.459 0.206 319.7)CMYK
cmyk(15%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79138D
2#6C117E
3#5E0F6E
4#510D5E
5#430B4F
6#36093F
7#28062F
8#1B041F
9#0D0210
Tints
Lighter variations
1#9F19BA
2#B81DD7
3#C633E3
4#CE50E7
5#D66DEB
6#DE8AEF
7#E6A7F3
8#EFC5F7
9#F7E2FB
Tones
Muted variations
1#821C96
2#7D2390
3#792A89
4#743182
5#70377B
6#6B3E74
7#67456E
8#624C67
9#5E5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6E0 #F6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC5 #EFC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | E298 #E298F1 | BordersInactive statesPlaceholder text |
| 400 | D362 #D362EA | Disabled statesSecondary iconsMuted text |
| 500 | C635 #C635E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A91B #A91BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8615 #86159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600F #600F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D0A #3D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2606 #26062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF2FD;
--purple-100: #F6E0FB;
--purple-200: #EFC5F7;
--purple-300: #E298F1;
--purple-400: #D362EA;
--purple-500: #C635E3;
--purple-600: #A91BC5;
--purple-700: #86159D;
--purple-800: #600F70;
--purple-900: #3D0A48;
--purple-950: #26062D;
}