Purple
#9307AB
PinkColor Codes
All color formats for development
HEX
#9307ABRGB
rgb(147, 7, 171)HSL
hsl(291, 92%, 35%)OKLCH
oklch(0.484 0.228 320.3)CMYK
cmyk(14%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#84069A
2#750689
3#670578
4#580467
5#490456
6#3B0345
7#2C0233
8#1D0122
9#0F0111
Tints
Lighter variations
1#AE08CB
2#C90AEB
3#D620F6
4#DC40F7
5#E160F8
6#E780FA
7#EDA0FB
8#F3BFFC
9#F9DFFE
Tones
Muted variations
1#8D0FA3
2#87189B
3#812093
4#7C288B
5#763082
6#70387A
7#6A4172
8#65496A
9#5F5161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BF #F3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8E #EA8EFA | BordersInactive statesPlaceholder text |
| 400 | DF54 #DF54F8 | Disabled statesSecondary iconsMuted text |
| 500 | D623 #D623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B809 #B809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9307 #9307AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6905 #69057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4303 #43034E | Primary textHigh emphasis contentDark headings |
| 950 | 2A02 #2A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FE;
--purple-100: #F9DDFE;
--purple-200: #F3BFFC;
--purple-300: #EA8EFA;
--purple-400: #DF54F8;
--purple-500: #D623F6;
--purple-600: #B809D7;
--purple-700: #9307AB;
--purple-800: #69057A;
--purple-900: #43034E;
--purple-950: #2A0231;
}