Purple
#8C05AD
PinkColor Codes
All color formats for development
HEX
#8C05ADRGB
rgb(140, 5, 173)HSL
hsl(288, 94%, 35%)OKLCH
oklch(0.474 0.228 317.2)CMYK
cmyk(19%, 97%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E059C
2#70048B
3#620479
4#540368
5#460357
6#380245
7#2A0234
8#1C0123
9#0E0111
Tints
Lighter variations
1#A606CD
2#BF07ED
3#CC1EF8
4#D43EF9
5#DB5EFA
6#E27EFB
7#E99FFC
8#F1BFFD
9#F8DFFE
Tones
Muted variations
1#870EA5
2#82169C
3#7C1F94
4#77278C
5#722F83
6#6D387B
7#684072
8#63486A
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E58D #E58DFB | BordersInactive statesPlaceholder text |
| 400 | D852 #D852FA | Disabled statesSecondary iconsMuted text |
| 500 | CD20 #CD20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF07 #AF07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C05 #8C05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6404 #64047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4002 #40024F | Primary textHigh emphasis contentDark headings |
| 950 | 2802 #280231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F7DCFE;
--purple-200: #F1BFFD;
--purple-300: #E58DFB;
--purple-400: #D852FA;
--purple-500: #CD20F8;
--purple-600: #AF07DA;
--purple-700: #8C05AD;
--purple-800: #64047C;
--purple-900: #40024F;
--purple-950: #280231;
}