Purple
#9705AD
PinkColor Codes
All color formats for development
HEX
#9705ADRGB
rgb(151, 5, 173)HSL
hsl(292, 94%, 35%)OKLCH
oklch(0.491 0.232 321.1)CMYK
cmyk(13%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#88059C
2#79048B
3#6A0479
4#5A0368
5#4B0357
6#3C0245
7#2D0234
8#1E0123
9#0F0111
Tints
Lighter variations
1#B306CD
2#CF07ED
3#DB1EF8
4#E03EF9
5#E55EFA
6#EA7EFB
7#F09FFC
8#F5BFFD
9#FADFFE
Tones
Muted variations
1#910EA5
2#8A169C
3#841F94
4#7E278C
5#782F83
6#72387B
7#6C4072
8#66486A
9#5F5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F5BF #F5BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | ED8D #ED8DFB | BordersInactive statesPlaceholder text |
| 400 | E352 #E352FA | Disabled statesSecondary iconsMuted text |
| 500 | DB20 #DB20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BE07 #BE07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9705 #9705AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6C04 #6C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4502 #45024F | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FDF0FF;
--purple-100: #F9DCFE;
--purple-200: #F5BFFD;
--purple-300: #ED8DFB;
--purple-400: #E352FA;
--purple-500: #DB20F8;
--purple-600: #BE07DA;
--purple-700: #9705AD;
--purple-800: #6C047C;
--purple-900: #45024F;
--purple-950: #2B0231;
}