Purple
#7E014C
PinkColor Codes
All color formats for development
HEX
#7E014CRGB
rgb(126, 1, 76)HSL
hsl(324, 98%, 25%)OKLCH
oklch(0.389 0.16 353)CMYK
cmyk(0%, 99%, 40%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#720145
2#65013D
3#580135
4#4C012E
5#3F0126
6#32011E
7#260017
8#19000F
9#0D0008
Tints
Lighter variations
1#A40263
2#CA027A
3#F00291
4#FD1CA3
5#FD42B2
6#FD68C1
7#FE8DD1
8#FEB3E0
9#FFD9F0
Tones
Muted variations
1#78084B
2#720E4A
3#6B1448
4#651A47
5#5F2146
6#592745
7#522D43
8#4C3342
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 #FEBDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD0 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EB7 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1026B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E014C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510131 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32011E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0F9;
--purple-100: #FFDCF1;
--purple-200: #FEBDE4;
--purple-300: #FE8BD0;
--purple-400: #FD4EB7;
--purple-500: #FD1CA3;
--purple-600: #DE0286;
--purple-700: #B1026B;
--purple-800: #7E014C;
--purple-900: #510131;
--purple-950: #32011E;
}