Purple
#9C02B1
PinkColor Codes
All color formats for development
HEX
#9C02B1RGB
rgb(156, 2, 177)HSL
hsl(293, 98%, 35%)OKLCH
oklch(0.501 0.237 321.7)CMYK
cmyk(12%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D029F
2#7D018D
3#6D017C
4#5E016A
5#4E0158
6#3F0147
7#2F0135
8#1F0023
9#100012
Tints
Lighter variations
1#B902D2
2#D602F2
3#E219FD
4#E63AFD
5#EA5BFD
6#EF7CFE
7#F39DFE
8#F7BDFE
9#FBDEFF
Tones
Muted variations
1#960BA8
2#8F139F
3#881C96
4#81258E
5#7B2E85
6#74367C
7#6D3F73
8#67486B
9#605162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BD #F7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F08B #F08BFE | BordersInactive statesPlaceholder text |
| 400 | E94E #E94EFD | Disabled statesSecondary iconsMuted text |
| 500 | E21C #E21CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | C402 #C402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C02 #9C02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7001 #70017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4701 #470151 | Primary textHigh emphasis contentDark headings |
| 950 | 2D01 #2D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FBDCFF;
--purple-200: #F7BDFE;
--purple-300: #F08BFE;
--purple-400: #E94EFD;
--purple-500: #E21CFD;
--purple-600: #C402DE;
--purple-700: #9C02B1;
--purple-800: #70017E;
--purple-900: #470151;
--purple-950: #2D0132;
}