Purple
#7E0161
PinkColor Codes
All color formats for development
HEX
#7E0161RGB
rgb(126, 1, 97)HSL
hsl(314, 98%, 25%)OKLCH
oklch(0.399 0.171 341.6)CMYK
cmyk(0%, 99%, 23%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#720157
2#65014E
3#580144
4#4C013A
5#3F0131
6#320127
7#26001D
8#190013
9#0D000A
Tints
Lighter variations
1#A4027E
2#CA029B
3#F002B8
4#FD1CC8
5#FD42D1
6#FD68DA
7#FE8DE4
8#FEB3ED
9#FFD9F6
Tones
Muted variations
1#78085E
2#720E5A
3#6B1457
4#651A54
5#5F2150
6#59274D
7#522D4A
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 #FFDCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BE3 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ED4 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013E | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FB;
--purple-100: #FFDCF6;
--purple-200: #FEBDEF;
--purple-300: #FE8BE3;
--purple-400: #FD4ED4;
--purple-500: #FD1CC8;
--purple-600: #DE02AB;
--purple-700: #B10288;
--purple-800: #7E0161;
--purple-900: #51013E;
--purple-950: #320127;
}