Purple
#8905AD
PinkColor Codes
All color formats for development
HEX
#8905ADRGB
rgb(137, 5, 173)HSL
hsl(287, 94%, 35%)OKLCH
oklch(0.47 0.227 316.1)CMYK
cmyk(21%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B059C
2#6D048B
3#600479
4#520368
5#440357
6#370245
7#290234
8#1B0123
9#0E0111
Tints
Lighter variations
1#A206CD
2#BC07ED
3#C91EF8
4#D13EF9
5#D85EFA
6#E07EFB
7#E89FFC
8#F0BFFD
9#F7DFFE
Tones
Muted variations
1#840EA5
2#7F169C
3#7B1F94
4#76278C
5#712F83
6#6C387B
7#684072
8#63486A
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E48D #E48DFB | BordersInactive statesPlaceholder text |
| 400 | D552 #D552FA | Disabled statesSecondary iconsMuted text |
| 500 | C920 #C920F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AC07 #AC07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8905 #8905AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6204 #62047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F02 #3F024F | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FF;
--purple-100: #F7DCFE;
--purple-200: #F0BFFD;
--purple-300: #E48DFB;
--purple-400: #D552FA;
--purple-500: #C920F8;
--purple-600: #AC07DA;
--purple-700: #8905AD;
--purple-800: #62047C;
--purple-900: #3F024F;
--purple-950: #270231;
}