Purple
#9405AD
PinkColor Codes
All color formats for development
HEX
#9405ADRGB
rgb(148, 5, 173)HSL
hsl(291, 94%, 35%)OKLCH
oklch(0.486 0.231 320.1)CMYK
cmyk(14%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#85059C
2#76048B
3#680479
4#590368
5#4A0357
6#3B0245
7#2C0234
8#1E0123
9#0F0111
Tints
Lighter variations
1#AF06CD
2#CB07ED
3#D71EF8
4#DD3EF9
5#E35EFA
6#E87EFB
7#EE9FFC
8#F4BFFD
9#F9DFFE
Tones
Muted variations
1#8E0EA5
2#88169C
3#821F94
4#7C278C
5#772F83
6#71387B
7#6B4072
8#65486A
9#5F5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8D #EB8DFB | BordersInactive statesPlaceholder text |
| 400 | E052 #E052FA | Disabled statesSecondary iconsMuted text |
| 500 | D820 #D820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | BA07 #BA07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9405 #9405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A04 #6A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #44024F | 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: #FCF0FF;
--purple-100: #F9DCFE;
--purple-200: #F4BFFD;
--purple-300: #EB8DFB;
--purple-400: #E052FA;
--purple-500: #D820F8;
--purple-600: #BA07DA;
--purple-700: #9405AD;
--purple-800: #6A047C;
--purple-900: #44024F;
--purple-950: #2A0231;
}