Purple
#9500B3
PinkColor Codes
All color formats for development
HEX
#9500B3RGB
rgb(149, 0, 179)HSL
hsl(290, 100%, 35%)OKLCH
oklch(0.491 0.237 318.7)CMYK
cmyk(17%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8600A1
2#77008F
3#68007D
4#59006B
5#4A0059
6#3B0047
7#2D0036
8#1E0024
9#0F0012
Tints
Lighter variations
1#B000D4
2#CC00F5
3#D817FF
4#DE38FF
5#E359FF
6#E97AFF
7#EE9CFF
8#F4BDFF
9#F9DEFF
Tones
Muted variations
1#8F09AA
2#8912A1
3#831B98
4#7D248F
5#772D86
6#71367D
7#6B3E74
8#65476B
9#5F5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DB #F9DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BD #F4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8A #EB8AFF | BordersInactive statesPlaceholder text |
| 400 | E14D #E14DFF | Disabled statesSecondary iconsMuted text |
| 500 | D91A #D91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | BB00 #BB00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9500 #9500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A00 #6A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4400 #440052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F9DBFF;
--purple-200: #F4BDFF;
--purple-300: #EB8AFF;
--purple-400: #E14DFF;
--purple-500: #D91AFF;
--purple-600: #BB00E0;
--purple-700: #9500B3;
--purple-800: #6A0080;
--purple-900: #440052;
--purple-950: #2A0033;
}