Purple
#9306AC
PinkColor Codes
All color formats for development
HEX
#9306ACRGB
rgb(147, 6, 172)HSL
hsl(291, 93%, 35%)OKLCH
oklch(0.484 0.229 320)CMYK
cmyk(15%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85069B
2#76058A
3#670479
4#580467
5#4A0356
6#3B0245
7#2C0234
8#1D0122
9#0F0111
Tints
Lighter variations
1#AF07CC
2#CA09EC
3#D71FF7
4#DC3FF8
5#E25FF9
6#E87FFA
7#EE9FFC
8#F3BFFD
9#F9DFFE
Tones
Muted variations
1#8E0FA4
2#88179C
3#821F93
4#7C278B
5#763083
6#70387A
7#6B4072
8#65496A
9#5F5162
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 #F3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8E #EB8EFB | BordersInactive statesPlaceholder text |
| 400 | E053 #E053F9 | Disabled statesSecondary iconsMuted text |
| 500 | D722 #D722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B908 #B908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9306 #9306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6904 #69047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4303 #43034F | 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: #F3BFFD;
--purple-300: #EB8EFB;
--purple-400: #E053F9;
--purple-500: #D722F7;
--purple-600: #B908D9;
--purple-700: #9306AC;
--purple-800: #69047B;
--purple-900: #43034F;
--purple-950: #2A0231;
}