Purple
#7E0157
PinkColor Codes
All color formats for development
HEX
#7E0157RGB
rgb(126, 1, 87)HSL
hsl(319, 98%, 25%)OKLCH
oklch(0.394 0.166 346.9)CMYK
cmyk(0%, 99%, 31%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72014E
2#650145
3#58013D
4#4C0134
5#3F012B
6#320123
7#26001A
8#190011
9#0D0009
Tints
Lighter variations
1#A40271
2#CA028B
3#F002A5
4#FD1CB5
5#FD42C2
6#FD68CE
7#FE8DDA
8#FEB3E6
9#FFD9F3
Tones
Muted variations
1#780854
2#720E52
3#6B1450
4#651A4D
5#5F214B
6#592749
7#522D47
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 #FFDCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC6 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510137 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FA;
--purple-100: #FFDCF4;
--purple-200: #FEBDEA;
--purple-300: #FE8BD9;
--purple-400: #FD4EC6;
--purple-500: #FD1CB5;
--purple-600: #DE0299;
--purple-700: #B10279;
--purple-800: #7E0157;
--purple-900: #510137;
--purple-950: #320123;
}