Purple
#7E0155
PinkColor Codes
All color formats for development
HEX
#7E0155RGB
rgb(126, 1, 85)HSL
hsl(320, 98%, 25%)OKLCH
oklch(0.393 0.165 348)CMYK
cmyk(0%, 99%, 33%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72014C
2#650144
3#58013B
4#4C0133
5#3F012A
6#320122
7#260019
8#190011
9#0D0008
Tints
Lighter variations
1#A4026E
2#CA0287
3#F002A1
4#FD1CB2
5#FD42BF
6#FD68CB
7#FE8DD8
8#FEB3E5
9#FFD9F2
Tones
Muted variations
1#780852
2#720E50
3#6B144E
4#651A4C
5#5F214A
6#592748
7#522D46
8#4C3344
9#463A42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD8 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC3 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0295 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510136 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FA;
--purple-100: #FFDCF3;
--purple-200: #FEBDE9;
--purple-300: #FE8BD8;
--purple-400: #FD4EC3;
--purple-500: #FD1CB2;
--purple-600: #DE0295;
--purple-700: #B10276;
--purple-800: #7E0155;
--purple-900: #510136;
--purple-950: #320122;
}