Purple
#840EA4
PinkColor Codes
All color formats for development
HEX
#840EA4RGB
rgb(132, 14, 164)HSL
hsl(287, 84%, 35%)OKLCH
oklch(0.458 0.215 316.8)CMYK
cmyk(20%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#770D94
2#690B83
3#5C0A73
4#4F0963
5#420752
6#350642
7#280431
8#1A0321
9#0D0110
Tints
Lighter variations
1#9C11C3
2#B514E1
3#C22AEC
4#CB48EF
5#D467F2
6#DC85F4
7#E5A4F7
8#EEC2FA
9#F6E1FC
Tones
Muted variations
1#7F169D
2#7B1D95
3#77258E
4#732C86
5#6E347F
6#6A3B77
7#664370
8#624A68
9#5D5261
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 | E093 #E093F6 | BordersInactive statesPlaceholder text |
| 400 | D05B #D05BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C32C #C32CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A612 #A612CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 840E #840EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E0A #5E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C07 #3C074B | 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: #E093F6;
--purple-400: #D05BF1;
--purple-500: #C32CED;
--purple-600: #A612CE;
--purple-700: #840EA4;
--purple-800: #5E0A75;
--purple-900: #3C074B;
--purple-950: #26042F;
}