Purple
#860AA9
PinkColor Codes
All color formats for development
HEX
#860AA9RGB
rgb(134, 10, 169)HSL
hsl(287, 89%, 35%)OKLCH
oklch(0.464 0.221 316.1)CMYK
cmyk(21%, 94%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#790998
2#6B0887
3#5E0776
4#510665
5#430554
6#360443
7#280333
8#1B0222
9#0D0111
Tints
Lighter variations
1#9F0CC8
2#B80DE7
3#C524F2
4#CE43F4
5#D662F6
6#DE82F8
7#E6A1FA
8#EFC0FB
9#F7E0FD
Tones
Muted variations
1#8212A1
2#7D1A99
3#792291
4#742A89
5#703281
6#6B3979
7#674171
8#624969
9#5E5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC0 #EFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E290 #E290F9 | BordersInactive statesPlaceholder text |
| 400 | D356 #D356F5 | Disabled statesSecondary iconsMuted text |
| 500 | C626 #C626F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | A90C #A90CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860A #860AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6007 #600778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D04 #3D044D | Primary textHigh emphasis contentDark headings |
| 950 | 2603 #260330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FE;
--purple-100: #F6DDFD;
--purple-200: #EFC0FB;
--purple-300: #E290F9;
--purple-400: #D356F5;
--purple-500: #C626F2;
--purple-600: #A90CD4;
--purple-700: #860AA9;
--purple-800: #600778;
--purple-900: #3D044D;
--purple-950: #260330;
}