Purple
#7E015D
PinkColor Codes
All color formats for development
HEX
#7E015DRGB
rgb(126, 1, 93)HSL
hsl(316, 98%, 25%)OKLCH
oklch(0.397 0.169 343.7)CMYK
cmyk(0%, 99%, 26%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#720154
2#65014A
3#580141
4#4C0138
5#3F012E
6#320125
7#26001C
8#190013
9#0D0009
Tints
Lighter variations
1#A40279
2#CA0295
3#F002B1
4#FD1CC1
5#FD42CB
6#FD68D5
7#FE8DE0
8#FEB3EA
9#FFD9F5
Tones
Muted variations
1#78085A
2#720E57
3#6B1454
4#651A51
5#5F214E
6#59274B
7#522D48
8#4C3346
9#463A43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDED | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BDF | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ECF | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E015D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FB;
--purple-100: #FFDCF5;
--purple-200: #FEBDED;
--purple-300: #FE8BDF;
--purple-400: #FD4ECF;
--purple-500: #FD1CC1;
--purple-600: #DE02A4;
--purple-700: #B10282;
--purple-800: #7E015D;
--purple-900: #51013B;
--purple-950: #320125;
}