Purple
#7E0169
PinkColor Codes
All color formats for development
HEX
#7E0169RGB
rgb(126, 1, 105)HSL
hsl(310, 98%, 25%)OKLCH
oklch(0.404 0.176 337.7)CMYK
cmyk(0%, 99%, 17%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72015F
2#650154
3#58014A
4#4C013F
5#3F0135
6#32012A
7#260020
8#190015
9#0D000B
Tints
Lighter variations
1#A40289
2#CA02A9
3#F002C8
4#FD1CD7
5#FD42DE
6#FD68E4
7#FE8DEB
8#FEB3F2
9#FFD9F8
Tones
Muted variations
1#780865
2#720E61
3#6B145D
4#651A59
5#5F2155
6#592750
7#522D4C
8#4C3348
9#463A44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BEB | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EE0 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510143 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FC;
--purple-100: #FFDCF9;
--purple-200: #FEBDF4;
--purple-300: #FE8BEB;
--purple-400: #FD4EE0;
--purple-500: #FD1CD7;
--purple-600: #DE02BA;
--purple-700: #B10294;
--purple-800: #7E0169;
--purple-900: #510143;
--purple-950: #32012A;
}