Purple
#9C167B
PinkColor Codes
All color formats for development
HEX
#9C167BRGB
rgb(156, 22, 123)HSL
hsl(315, 75%, 35%)OKLCH
oklch(0.475 0.191 341.1)CMYK
cmyk(0%, 86%, 21%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D146E
2#7D1262
3#6D1056
4#5E0D4A
5#4E0B3D
6#3E0931
7#2F0725
8#1F0419
9#10020C
Tints
Lighter variations
1#B91A92
2#D61FA8
3#E234B6
4#E651C1
5#EA6ECB
6#EE8BD6
7#F3A8E0
8#F7C5EA
9#FBE2F5
Tones
Muted variations
1#951D77
2#8F2474
3#882A71
4#81316D
5#7B386A
6#743E67
7#6D4563
8#674C60
9#60535D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098DA | BordersInactive statesPlaceholder text |
| 400 | E963 #E963C7 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C167B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A38 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FA;
--purple-100: #FBE0F4;
--purple-200: #F7C5EA;
--purple-300: #F098DA;
--purple-400: #E963C7;
--purple-500: #E236B7;
--purple-600: #C41C9A;
--purple-700: #9C167B;
--purple-800: #701058;
--purple-900: #470A38;
--purple-950: #2D0623;
}