Purple
#7E014E
PinkColor Codes
All color formats for development
HEX
#7E014ERGB
rgb(126, 1, 78)HSL
hsl(323, 98%, 25%)OKLCH
oklch(0.39 0.161 351.9)CMYK
cmyk(0%, 99%, 38%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#720146
2#65013F
3#580137
4#4C012F
5#3F0127
6#32011F
7#260017
8#190010
9#0D0008
Tints
Lighter variations
1#A40266
2#CA027D
3#F00295
4#FD1CA6
5#FD42B5
6#FD68C4
7#FE8DD3
8#FEB3E1
9#FFD9F0
Tones
Muted variations
1#78084D
2#720E4B
3#6B144A
4#651A48
5#5F2147
6#592746
7#522D44
8#4C3343
9#463A41
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD2 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EBA | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE028A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1026E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E014E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510132 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0F9;
--purple-100: #FFDCF1;
--purple-200: #FEBDE5;
--purple-300: #FE8BD2;
--purple-400: #FD4EBA;
--purple-500: #FD1CA6;
--purple-600: #DE028A;
--purple-700: #B1026E;
--purple-800: #7E014E;
--purple-900: #510132;
--purple-950: #32011F;
}