Purple
#9C1686
PinkColor Codes
All color formats for development
HEX
#9C1686RGB
rgb(156, 22, 134)HSL
hsl(310, 75%, 35%)OKLCH
oklch(0.481 0.198 336.5)CMYK
cmyk(0%, 86%, 14%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D1478
2#7D126B
3#6D105E
4#5E0D50
5#4E0B43
6#3E0936
7#2F0728
8#1F041B
9#10020D
Tints
Lighter variations
1#B91A9F
2#D61FB8
3#E234C5
4#E651CD
5#EA6ED6
6#EE8BDE
7#F3A8E6
8#F7C5EE
9#FBE2F7
Tones
Muted variations
1#951D81
2#8F247D
3#882A78
4#813174
5#7B3870
6#743E6B
7#6D4567
8#674C62
9#60535E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098E2 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963D2 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A3D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FB;
--purple-100: #FBE0F6;
--purple-200: #F7C5EE;
--purple-300: #F098E2;
--purple-400: #E963D2;
--purple-500: #E236C6;
--purple-600: #C41CA8;
--purple-700: #9C1686;
--purple-800: #701060;
--purple-900: #470A3D;
--purple-950: #2D0626;
}