Purple
#8B06AC
PinkColor Codes
All color formats for development
HEX
#8B06ACRGB
rgb(139, 6, 172)HSL
hsl(288, 93%, 35%)OKLCH
oklch(0.472 0.227 317.1)CMYK
cmyk(19%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D069B
2#6F058A
3#610479
4#530467
5#460356
6#380245
7#2A0234
8#1C0122
9#0E0111
Tints
Lighter variations
1#A507CC
2#BF09EC
3#CC1FF7
4#D33FF8
5#DA5FF9
6#E27FFA
7#E99FFC
8#F0BFFD
9#F8DFFE
Tones
Muted variations
1#860FA4
2#81179C
3#7C1F93
4#77278B
5#723083
6#6D387A
7#684072
8#63496A
9#5E5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DD #F7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BF #F0BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E58E #E58EFB | BordersInactive statesPlaceholder text |
| 400 | D853 #D853F9 | Disabled statesSecondary iconsMuted text |
| 500 | CC22 #CC22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | AF08 #AF08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8B06 #8B06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6304 #63047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4003 #40034F | 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: #FCF0FE;
--purple-100: #F7DDFE;
--purple-200: #F0BFFD;
--purple-300: #E58EFB;
--purple-400: #D853F9;
--purple-500: #CC22F7;
--purple-600: #AF08D9;
--purple-700: #8B06AC;
--purple-800: #63047B;
--purple-900: #40034F;
--purple-950: #280231;
}