Purple
#7C199A
PinkColor Codes
All color formats for development
HEX
#7C199ARGB
rgb(124, 25, 154)HSL
hsl(286, 72%, 35%)OKLCH
oklch(0.444 0.197 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#6F168A
2#63147B
3#56116B
4#4A0F5C
5#3E0C4D
6#310A3D
7#25072E
8#19051F
9#0C020F
Tints
Lighter variations
1#921EB6
2#A922D3
3#B837DF
4#C254E3
5#CC70E8
6#D68DEC
7#E0A9F1
8#EBC6F6
9#F5E2FA
Tones
Muted variations
1#781F93
2#75268D
3#712C86
4#6E3380
5#6A3979
6#674073
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 #C865E6 | Disabled statesSecondary iconsMuted text |
| 500 | B83A #B83ADF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B1F #9B1FC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C19 #7C199A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5812 #58126E | Text on light backgroundsHeadingsStrong borders |
| 900 | 380B #380B46 | 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: #C865E6;
--purple-500: #B83ADF;
--purple-600: #9B1FC1;
--purple-700: #7C199A;
--purple-800: #58126E;
--purple-900: #380B46;
--purple-950: #23072C;
}