Purple
#8C00B3
PinkColor Codes
All color formats for development
HEX
#8C00B3RGB
rgb(140, 0, 179)HSL
hsl(287, 100%, 35%)OKLCH
oklch(0.477 0.235 315.5)CMYK
cmyk(22%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E00A1
2#70008F
3#62007D
4#54006B
5#460059
6#380047
7#2A0036
8#1C0024
9#0E0012
Tints
Lighter variations
1#A600D4
2#C000F5
3#CD17FF
4#D438FF
5#DB59FF
6#E27AFF
7#E99CFF
8#F1BDFF
9#F8DEFF
Tones
Muted variations
1#8709AA
2#8212A1
3#7D1B98
4#78248F
5#732D86
6#6D367D
7#683E74
8#63476B
9#5E5062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1BD #F1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E68A #E68AFF | BordersInactive statesPlaceholder text |
| 400 | D84D #D84DFF | Disabled statesSecondary iconsMuted text |
| 500 | CD1A #CD1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B000 #B000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C00 #8C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6400 #640080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4000 #400052 | Primary textHigh emphasis contentDark headings |
| 950 | 2800 #280033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F7DBFF;
--purple-200: #F1BDFF;
--purple-300: #E68AFF;
--purple-400: #D84DFF;
--purple-500: #CD1AFF;
--purple-600: #B000E0;
--purple-700: #8C00B3;
--purple-800: #640080;
--purple-900: #400052;
--purple-950: #280033;
}