Purple
#8806AC
PinkColor Codes
All color formats for development
HEX
#8806ACRGB
rgb(136, 6, 172)HSL
hsl(287, 93%, 35%)OKLCH
oklch(0.468 0.226 316)CMYK
cmyk(21%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B069B
2#6D058A
3#5F0479
4#520467
5#440356
6#370245
7#290234
8#1B0122
9#0E0111
Tints
Lighter variations
1#A207CC
2#BB09EC
3#C81FF7
4#D03FF8
5#D85FF9
6#E07FFA
7#E79FFC
8#EFBFFD
9#F7DFFE
Tones
Muted variations
1#840FA4
2#7F179C
3#7A1F93
4#75278B
5#713083
6#6C387A
7#674072
8#63496A
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFBF #EFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E38E #E38EFB | BordersInactive statesPlaceholder text |
| 400 | D553 #D553F9 | Disabled statesSecondary iconsMuted text |
| 500 | C922 #C922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB08 #AB08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8806 #8806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6104 #61047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E03 #3E034F | 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: #FBF0FE;
--purple-100: #F7DDFE;
--purple-200: #EFBFFD;
--purple-300: #E38EFB;
--purple-400: #D553F9;
--purple-500: #C922F7;
--purple-600: #AB08D9;
--purple-700: #8806AC;
--purple-800: #61047B;
--purple-900: #3E034F;
--purple-950: #270231;
}