Purple
#860EA4
PinkColor Codes
All color formats for development
HEX
#860EA4RGB
rgb(134, 14, 164)HSL
hsl(288, 84%, 35%)OKLCH
oklch(0.461 0.216 317.5)CMYK
cmyk(18%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#790D94
2#6B0B83
3#5E0A73
4#510963
5#430752
6#360642
7#280431
8#1B0321
9#0D0110
Tints
Lighter variations
1#9F11C3
2#B814E1
3#C52AEC
4#CE48EF
5#D667F2
6#DE85F4
7#E6A4F7
8#EFC2FA
9#F7E1FC
Tones
Muted variations
1#82169D
2#7D1D95
3#79258E
4#742C86
5#70347F
6#6B3B77
7#674370
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 | E293 #E293F6 | BordersInactive statesPlaceholder text |
| 400 | D35B #D35BF1 | Disabled statesSecondary iconsMuted text |
| 500 | C62C #C62CED | Primary brand colorCTAsActive elementsLinks |
| 600 | A912 #A912CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 860E #860EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 600A #600A75 | 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: #EFC2FA;
--purple-300: #E293F6;
--purple-400: #D35BF1;
--purple-500: #C62CED;
--purple-600: #A912CE;
--purple-700: #860EA4;
--purple-800: #600A75;
--purple-900: #3D074B;
--purple-950: #26042F;
}