Purple
#8E06AC
PinkColor Codes
All color formats for development
HEX
#8E06ACRGB
rgb(142, 6, 172)HSL
hsl(289, 93%, 35%)OKLCH
oklch(0.477 0.228 318.2)CMYK
cmyk(17%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#80069B
2#71058A
3#630479
4#550467
5#470356
6#390245
7#2B0234
8#1C0122
9#0E0111
Tints
Lighter variations
1#A807CC
2#C209EC
3#CF1FF7
4#D63FF8
5#DD5FF9
6#E47FFA
7#EB9FFC
8#F1BFFD
9#F8DFFE
Tones
Muted variations
1#890FA4
2#83179C
3#7E1F93
4#79278B
5#743083
6#6E387A
7#694072
8#64496A
9#5F5162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BF #F1BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E78E #E78EFB | BordersInactive statesPlaceholder text |
| 400 | DA53 #DA53F9 | Disabled statesSecondary iconsMuted text |
| 500 | D022 #D022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | B208 #B208D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E06 #8E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6504 #65047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4103 #41034F | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FE;
--purple-100: #F8DDFE;
--purple-200: #F1BFFD;
--purple-300: #E78EFB;
--purple-400: #DA53F9;
--purple-500: #D022F7;
--purple-600: #B208D9;
--purple-700: #8E06AC;
--purple-800: #65047B;
--purple-900: #41034F;
--purple-950: #290231;
}