Purple
#9A05AD
PinkColor Codes
All color formats for development
HEX
#9A05ADRGB
rgb(154, 5, 173)HSL
hsl(293, 94%, 35%)OKLCH
oklch(0.496 0.233 322.2)CMYK
cmyk(11%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A059C
2#7B048B
3#6B0479
4#5C0368
5#4D0357
6#3D0245
7#2E0234
8#1F0123
9#0F0111
Tints
Lighter variations
1#B606CD
2#D307ED
3#DF1EF8
4#E33EF9
5#E85EFA
6#EC7EFB
7#F19FFC
8#F6BFFD
9#FADFFE
Tones
Muted variations
1#930EA5
2#8D169C
3#861F94
4#80278C
5#792F83
6#73387B
7#6D4072
8#66486A
9#605162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FADC #FADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6BF #F6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EF8D #EF8DFB | BordersInactive statesPlaceholder text |
| 400 | E652 #E652FA | Disabled statesSecondary iconsMuted text |
| 500 | DF20 #DF20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C107 #C107DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A05 #9A05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E04 #6E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4602 #46024F | Primary textHigh emphasis contentDark headings |
| 950 | 2C02 #2C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #FADCFE;
--purple-200: #F6BFFD;
--purple-300: #EF8DFB;
--purple-400: #E652FA;
--purple-500: #DF20F8;
--purple-600: #C107DA;
--purple-700: #9A05AD;
--purple-800: #6E047C;
--purple-900: #46024F;
--purple-950: #2C0231;
}