Purple
#9902B1
PinkColor Codes
All color formats for development
HEX
#9902B1RGB
rgb(153, 2, 177)HSL
hsl(292, 98%, 35%)OKLCH
oklch(0.496 0.236 320.7)CMYK
cmyk(14%, 99%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A029F
2#7B018D
3#6B017C
4#5C016A
5#4D0158
6#3D0147
7#2E0135
8#1F0023
9#0F0012
Tints
Lighter variations
1#B602D2
2#D202F2
3#DE19FD
4#E33AFD
5#E85BFD
6#EC7CFE
7#F19DFE
8#F6BDFE
9#FADEFF
Tones
Muted variations
1#930BA8
2#8D139F
3#861C96
4#80258E
5#792E85
6#73367C
7#6C3F73
8#66486B
9#605162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BD #F6BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EE8B #EE8BFE | BordersInactive statesPlaceholder text |
| 400 | E64E #E64EFD | Disabled statesSecondary iconsMuted text |
| 500 | DF1C #DF1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | C102 #C102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9902 #9902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E01 #6E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4601 #460151 | Primary textHigh emphasis contentDark headings |
| 950 | 2C01 #2C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FADCFF;
--purple-200: #F6BDFE;
--purple-300: #EE8BFE;
--purple-400: #E64EFD;
--purple-500: #DF1CFD;
--purple-600: #C102DE;
--purple-700: #9902B1;
--purple-800: #6E017E;
--purple-900: #460151;
--purple-950: #2C0132;
}