Purple
#7E017E
PinkColor Codes
All color formats for development
HEX
#7E017ERGB
rgb(126, 1, 126)HSL
hsl(300, 98%, 25%)OKLCH
oklch(0.417 0.191 328.4)CMYK
cmyk(0%, 99%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#720172
2#650165
3#580158
4#4C014C
5#3F013F
6#320132
7#260026
8#190019
9#0D000D
Tints
Lighter variations
1#A402A4
2#CA02CA
3#F002F0
4#FD1CFD
5#FD42FD
6#FD68FD
7#FE8DFE
8#FEB3FE
9#FFD9FF
Tones
Muted variations
1#780878
2#720E72
3#6B146B
4#651A65
5#5F215F
6#592759
7#522D52
8#4C334C
9#463A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BFE | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EFD | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B102B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510151 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FF;
--purple-100: #FFDCFF;
--purple-200: #FEBDFE;
--purple-300: #FE8BFE;
--purple-400: #FD4EFD;
--purple-500: #FD1CFD;
--purple-600: #DE02DE;
--purple-700: #B102B1;
--purple-800: #7E017E;
--purple-900: #510151;
--purple-950: #320132;
}