Purple
#8D07AB
PinkColor Codes
All color formats for development
HEX
#8D07ABRGB
rgb(141, 7, 171)HSL
hsl(289, 92%, 35%)OKLCH
oklch(0.475 0.226 318.1)CMYK
cmyk(18%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F069A
2#710689
3#630578
4#550467
5#470456
6#390345
7#2A0233
8#1C0122
9#0E0111
Tints
Lighter variations
1#A708CB
2#C20AEB
3#CF20F6
4#D540F7
5#DC60F8
6#E380FA
7#EAA0FB
8#F1BFFC
9#F8DFFE
Tones
Muted variations
1#880FA3
2#83189B
3#7E2093
4#78288B
5#733082
6#6E387A
7#694172
8#64496A
9#5E5161
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 #F1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E78E #E78EFA | BordersInactive statesPlaceholder text |
| 400 | DA54 #DA54F8 | Disabled statesSecondary iconsMuted text |
| 500 | CF23 #CF23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B209 #B209D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8D07 #8D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6505 #65057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4103 #41034E | 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: #F8DDFE;
--purple-200: #F1BFFC;
--purple-300: #E78EFA;
--purple-400: #DA54F8;
--purple-500: #CF23F6;
--purple-600: #B209D7;
--purple-700: #8D07AB;
--purple-800: #65057A;
--purple-900: #41034E;
--purple-950: #280231;
}