Purple
#7C189A
PinkColor Codes
All color formats for development
HEX
#7C189ARGB
rgb(124, 24, 154)HSL
hsl(286, 73%, 35%)OKLCH
oklch(0.444 0.198 316.4)CMYK
cmyk(19%, 84%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70168B
2#63137C
3#57116C
4#4A0E5D
5#3E0C4D
6#320A3E
7#25072E
8#19051F
9#0C020F
Tints
Lighter variations
1#931DB7
2#AA21D4
3#B836E0
4#C253E4
5#CC70E9
6#D78CED
7#E1A9F2
8#EBC6F6
9#F5E2FB
Tones
Muted variations
1#791F94
2#75258D
3#722C87
4#6E3280
5#6B397A
6#673F73
7#64466D
8#604C66
9#5D5360
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC6 #EBC6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB9A #DB9AEF | BordersInactive statesPlaceholder text |
| 400 | C865 #C865E7 | Disabled statesSecondary iconsMuted text |
| 500 | B938 #B938E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C1E #9C1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C18 #7C189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5911 #59116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 390B #390B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2307 #23072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF2FD;
--purple-100: #F4E0FA;
--purple-200: #EBC6F6;
--purple-300: #DB9AEF;
--purple-400: #C865E7;
--purple-500: #B938E0;
--purple-600: #9C1EC2;
--purple-700: #7C189A;
--purple-800: #59116E;
--purple-900: #390B47;
--purple-950: #23072C;
}