Purple
#9C169C
PinkColor Codes
All color formats for development
HEX
#9C169CRGB
rgb(156, 22, 156)HSL
hsl(300, 75%, 35%)OKLCH
oklch(0.493 0.213 328.2)CMYK
cmyk(0%, 86%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D148D
2#7D127D
3#6D106D
4#5E0D5E
5#4E0B4E
6#3E093E
7#2F072F
8#1F041F
9#100210
Tints
Lighter variations
1#B91AB9
2#D61FD6
3#E234E2
4#E651E6
5#EA6EEA
6#EE8BEE
7#F3A8F3
8#F7C5F7
9#FBE2FB
Tones
Muted variations
1#951D95
2#8F248F
3#882A88
4#813181
5#7B387B
6#743E74
7#6D456D
8#674C67
9#605360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098F0 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963E9 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF2FD;
--purple-100: #FBE0FB;
--purple-200: #F7C5F7;
--purple-300: #F098F0;
--purple-400: #E963E9;
--purple-500: #E236E2;
--purple-600: #C41CC4;
--purple-700: #9C169C;
--purple-800: #701070;
--purple-900: #470A47;
--purple-950: #2D062D;
}