Purple
#6A0080
PinkColor Codes
All color formats for development
HEX
#6A0080RGB
rgb(106, 0, 128)HSL
hsl(290, 100%, 25%)OKLCH
oklch(0.384 0.186 318.7)CMYK
cmyk(17%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#600073
2#550066
3#4A0059
4#40004D
5#350040
6#2A0033
7#200026
8#15001A
9#0B000D
Tints
Lighter variations
1#8A00A6
2#AA00CC
3#CA00F2
4#D91AFF
5#DF40FF
6#E566FF
7#EC8CFF
8#F2B3FF
9#F9D9FF
Tones
Muted variations
1#660679
2#620D73
3#5D136C
4#591966
5#552060
6#512659
7#4C2D53
8#48334D
9#443946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DB #F9DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BD #F4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8A #EB8AFF | BordersInactive statesPlaceholder text |
| 400 | E14D #E14DFF | Disabled statesSecondary iconsMuted text |
| 500 | D91A #D91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | BB00 #BB00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9500 #9500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A00 #6A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4400 #440052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF0FF;
--purple-100: #F9DBFF;
--purple-200: #F4BDFF;
--purple-300: #EB8AFF;
--purple-400: #E14DFF;
--purple-500: #D91AFF;
--purple-600: #BB00E0;
--purple-700: #9500B3;
--purple-800: #6A0080;
--purple-900: #440052;
--purple-950: #2A0033;
}