Purple
#8606AC
PinkColor Codes
All color formats for development
HEX
#8606ACRGB
rgb(134, 6, 172)HSL
hsl(286, 93%, 35%)OKLCH
oklch(0.465 0.225 315.2)CMYK
cmyk(22%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78069B
2#6B058A
3#5D0479
4#500467
5#430356
6#350245
7#280234
8#1B0122
9#0D0111
Tints
Lighter variations
1#9E07CC
2#B709EC
3#C51FF7
4#CD3FF8
5#D55FF9
6#DE7FFA
7#E69FFC
8#EEBFFD
9#F7DFFE
Tones
Muted variations
1#810FA4
2#7D179C
3#781F93
4#74278B
5#6F3083
6#6B387A
7#674072
8#62496A
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFB | BordersInactive statesPlaceholder text |
| 400 | D253 #D253F9 | Disabled statesSecondary iconsMuted text |
| 500 | C522 #C522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A808 #A808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8606 #8606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F04 #5F047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034F | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF0FE;
--purple-100: #F6DDFE;
--purple-200: #EEBFFD;
--purple-300: #E18EFB;
--purple-400: #D253F9;
--purple-500: #C522F7;
--purple-600: #A808D9;
--purple-700: #8606AC;
--purple-800: #5F047B;
--purple-900: #3D034F;
--purple-950: #260231;
}