Purple
#7E0152
PinkColor Codes
All color formats for development
HEX
#7E0152RGB
rgb(126, 1, 82)HSL
hsl(321, 98%, 25%)OKLCH
oklch(0.392 0.163 349.6)CMYK
cmyk(0%, 99%, 35%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72014A
2#650142
3#58013A
4#4C0131
5#3F0129
6#320121
7#260019
8#190010
9#0D0008
Tints
Lighter variations
1#A4026B
2#CA0284
3#F0029D
4#FD1CAE
5#FD42BB
6#FD68C9
7#FE8DD6
8#FEB3E4
9#FFD9F1
Tones
Muted variations
1#780851
2#720E4F
3#6B144D
4#651A4B
5#5F2149
6#592747
7#522D45
8#4C3343
9#463A42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD6 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC0 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CAE | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510135 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FA;
--purple-100: #FFDCF2;
--purple-200: #FEBDE8;
--purple-300: #FE8BD6;
--purple-400: #FD4EC0;
--purple-500: #FD1CAE;
--purple-600: #DE0291;
--purple-700: #B10273;
--purple-800: #7E0152;
--purple-900: #510135;
--purple-950: #320121;
}