Purple
#7E0176
PinkColor Codes
All color formats for development
HEX
#7E0176RGB
rgb(126, 1, 118)HSL
hsl(304, 98%, 25%)OKLCH
oklch(0.411 0.185 331.7)CMYK
cmyk(0%, 99%, 6%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72016A
2#65015E
3#580153
4#4C0147
5#3F013B
6#32012F
7#260023
8#190018
9#0D000C
Tints
Lighter variations
1#A40299
2#CA02BD
3#F002E0
4#FD1CEE
5#FD42F1
6#FD68F3
7#FE8DF6
8#FEB3F9
9#FFD9FC
Tones
Muted variations
1#780870
2#720E6B
3#6B1466
4#651A60
5#5F215B
6#592755
7#522D50
8#4C334B
9#463A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF6 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EF2 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02CF | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B102A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51014B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FE;
--purple-100: #FFDCFC;
--purple-200: #FEBDFA;
--purple-300: #FE8BF6;
--purple-400: #FD4EF2;
--purple-500: #FD1CEE;
--purple-600: #DE02CF;
--purple-700: #B102A5;
--purple-800: #7E0176;
--purple-900: #51014B;
--purple-950: #32012F;
}