Purple
#870DA5
PinkColor Codes
All color formats for development
HEX
#870DA5RGB
rgb(135, 13, 165)HSL
hsl(288, 85%, 35%)OKLCH
oklch(0.463 0.217 317.6)CMYK
cmyk(18%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#790C95
2#6C0B84
3#5E0974
4#510863
5#430753
6#360542
7#280432
8#1B0321
9#0D0111
Tints
Lighter variations
1#A010C4
2#B912E2
3#C628EE
4#CE47F0
5#D666F3
6#DF84F5
7#E7A3F8
8#EFC2FA
9#F7E0FD
Tones
Muted variations
1#82159E
2#7E1D96
3#79248E
4#752C87
5#70337F
6#6B3B78
7#674270
8#624A68
9#5E5261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DE #F6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC2 #EFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E292 #E292F6 | BordersInactive statesPlaceholder text |
| 400 | D35A #D35AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C72B #C72BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A911 #A911D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 870D #870DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600A #600A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E06 #3E064B | Primary textHigh emphasis contentDark headings |
| 950 | 2704 #27042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F6DEFC;
--purple-200: #EFC2FA;
--purple-300: #E292F6;
--purple-400: #D35AF2;
--purple-500: #C72BEE;
--purple-600: #A911D0;
--purple-700: #870DA5;
--purple-800: #600A76;
--purple-900: #3E064B;
--purple-950: #27042F;
}