Purple
#840DA5
PinkColor Codes
All color formats for development
HEX
#840DA5RGB
rgb(132, 13, 165)HSL
hsl(287, 85%, 35%)OKLCH
oklch(0.459 0.216 316.5)CMYK
cmyk(20%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#770C95
2#6A0B84
3#5D0974
4#4F0863
5#420753
6#350542
7#280432
8#1A0321
9#0D0111
Tints
Lighter variations
1#9D10C4
2#B512E2
3#C328EE
4#CB47F0
5#D466F3
6#DD84F5
7#E5A3F8
8#EEC2FA
9#F6E0FD
Tones
Muted variations
1#80159E
2#7C1D96
3#77248E
4#732C87
5#6F337F
6#6A3B78
7#664270
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 #EEC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E192 #E192F6 | BordersInactive statesPlaceholder text |
| 400 | D15A #D15AF2 | Disabled statesSecondary iconsMuted text |
| 500 | C42B #C42BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | A611 #A611D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840D #840DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C06 #3C064B | 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: #EEC2FA;
--purple-300: #E192F6;
--purple-400: #D15AF2;
--purple-500: #C42BEE;
--purple-600: #A611D0;
--purple-700: #840DA5;
--purple-800: #5E0A76;
--purple-900: #3C064B;
--purple-950: #26042F;
}