Purple
#9C1664
PinkColor Codes
All color formats for development
HEX
#9C1664RGB
rgb(156, 22, 100)HSL
hsl(325, 75%, 35%)OKLCH
oklch(0.464 0.178 351.7)CMYK
cmyk(0%, 86%, 36%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D145A
2#7D1250
3#6D1046
4#5E0D3C
5#4E0B32
6#3E0928
7#2F071E
8#1F0414
9#10020A
Tints
Lighter variations
1#B91A77
2#D61F8A
3#E23499
4#E651A8
5#EA6EB6
6#EE8BC5
7#F3A8D3
8#F7C5E2
9#FBE2F0
Tones
Muted variations
1#951D63
2#8F2462
3#882A61
4#813160
5#7B385F
6#743E5E
7#6D455D
8#674C5B
9#60535A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098CC | BordersInactive statesPlaceholder text |
| 400 | E963 #E963B1 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2369B | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1664 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A2E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2F8;
--purple-100: #FBE0EF;
--purple-200: #F7C5E2;
--purple-300: #F098CC;
--purple-400: #E963B1;
--purple-500: #E2369B;
--purple-600: #C41C7E;
--purple-700: #9C1664;
--purple-800: #701048;
--purple-900: #470A2E;
--purple-950: #2D061D;
}