Purple
#860FA3
PinkColor Codes
All color formats for development
HEX
#860FA3RGB
rgb(134, 15, 163)HSL
hsl(288, 83%, 35%)OKLCH
oklch(0.461 0.215 317.8)CMYK
cmyk(18%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#780E93
2#6B0C83
3#5E0B72
4#500962
5#430852
6#350641
7#280531
8#1B0321
9#0D0210
Tints
Lighter variations
1#9F12C2
2#B715E0
3#C52BEB
4#CD49EE
5#D567F1
6#DE86F4
7#E6A4F7
8#EEC2F9
9#F7E1FC
Tones
Muted variations
1#81179C
2#7D1E95
3#78258D
4#742D86
5#6F347E
6#6B3C77
7#67436F
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 | EEC2 #EEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | E294 #E294F5 | BordersInactive statesPlaceholder text |
| 400 | D25C #D25CF0 | Disabled statesSecondary iconsMuted text |
| 500 | C52D #C52DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | A813 #A813CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860F #860FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F0B #5F0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D07 #3D074B | Primary textHigh emphasis contentDark headings |
| 950 | 2604 #26042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F6DEFC;
--purple-200: #EEC2F9;
--purple-300: #E294F5;
--purple-400: #D25CF0;
--purple-500: #C52DEB;
--purple-600: #A813CD;
--purple-700: #860FA3;
--purple-800: #5F0B75;
--purple-900: #3D074B;
--purple-950: #26042F;
}