Purple
#9303B0
PinkColor Codes
All color formats for development
HEX
#9303B0RGB
rgb(147, 3, 176)HSL
hsl(290, 97%, 35%)OKLCH
oklch(0.487 0.233 318.9)CMYK
cmyk(16%, 98%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84029E
2#76028D
3#67027B
4#580269
5#490158
6#3B0146
7#2C0135
8#1D0123
9#0F0012
Tints
Lighter variations
1#AE03D0
2#CA04F1
3#D61AFC
4#DC3BFC
5#E25CFD
6#E87CFD
7#ED9DFE
8#F3BEFE
9#F9DEFF
Tones
Muted variations
1#8D0BA7
2#87149F
3#821D96
4#7C258D
5#762E85
6#70377C
7#6B3F73
8#65486B
9#5F5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BE #F3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8B #EA8BFD | BordersInactive statesPlaceholder text |
| 400 | DF4F #DF4FFC | Disabled statesSecondary iconsMuted text |
| 500 | D61D #D61DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | B903 #B903DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9303 #9303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6902 #69027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4301 #430150 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F9DCFE;
--purple-200: #F3BEFE;
--purple-300: #EA8BFD;
--purple-400: #DF4FFC;
--purple-500: #D61DFC;
--purple-600: #B903DD;
--purple-700: #9303B0;
--purple-800: #69027E;
--purple-900: #430150;
--purple-950: #2A0132;
}