Purple
#7C149F
PinkColor Codes
All color formats for development
HEX
#7C149FRGB
rgb(124, 20, 159)HSL
hsl(285, 78%, 35%)OKLCH
oklch(0.445 0.205 314.9)CMYK
cmyk(22%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70128F
2#63107F
3#570E6F
4#4A0C5F
5#3E0A4F
6#320840
7#250630
8#190420
9#0C0210
Tints
Lighter variations
1#9317BC
2#AA1BDA
3#B830E5
4#C24EE9
5#CC6BED
6#D789F0
7#E1A6F4
8#EBC4F8
9#F5E1FB
Tones
Muted variations
1#791B98
2#752291
3#72298A
4#6E2F83
5#6B367C
6#673D75
7#64446E
8#604B67
9#5D5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DF #F4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC4 #EBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DB97 #DB97F2 | BordersInactive statesPlaceholder text |
| 400 | C960 #C960EB | Disabled statesSecondary iconsMuted text |
| 500 | B933 #B933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9C19 #9C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7C14 #7C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 590E #590E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3909 #390949 | Primary textHigh emphasis contentDark headings |
| 950 | 2306 #23062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FAF1FD;
--purple-100: #F4DFFB;
--purple-200: #EBC4F8;
--purple-300: #DB97F2;
--purple-400: #C960EB;
--purple-500: #B933E6;
--purple-600: #9C19C8;
--purple-700: #7C149F;
--purple-800: #590E71;
--purple-900: #390949;
--purple-950: #23062D;
}