Purple
#9C05AD
PinkColor Codes
All color formats for development
HEX
#9C05ADRGB
rgb(156, 5, 173)HSL
hsl(294, 94%, 35%)OKLCH
oklch(0.499 0.233 322.9)CMYK
cmyk(10%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D059C
2#7D048B
3#6D0479
4#5E0368
5#4E0357
6#3F0245
7#2F0234
8#1F0123
9#100111
Tints
Lighter variations
1#B906CD
2#D607ED
3#E21EF8
4#E63EF9
5#EA5EFA
6#EF7EFB
7#F39FFC
8#F7BFFD
9#FBDFFE
Tones
Muted variations
1#960EA5
2#8F169C
3#881F94
4#82278C
5#7B2F83
6#74387B
7#6D4072
8#67486A
9#605162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDC #FBDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | F08D #F08DFB | BordersInactive statesPlaceholder text |
| 400 | E952 #E952FA | Disabled statesSecondary iconsMuted text |
| 500 | E320 #E320F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C507 #C507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C05 #9C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7004 #70047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4702 #47024F | Primary textHigh emphasis contentDark headings |
| 950 | 2D02 #2D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FBDCFE;
--purple-200: #F7BFFD;
--purple-300: #F08DFB;
--purple-400: #E952FA;
--purple-500: #E320F8;
--purple-600: #C507DA;
--purple-700: #9C05AD;
--purple-800: #70047C;
--purple-900: #47024F;
--purple-950: #2D0231;
}