Purple
#7E0172
PinkColor Codes
All color formats for development
HEX
#7E0172RGB
rgb(126, 1, 114)HSL
hsl(306, 98%, 25%)OKLCH
oklch(0.409 0.182 333.5)CMYK
cmyk(0%, 99%, 10%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#720166
2#65015B
3#580150
4#4C0144
5#3F0139
6#32012D
7#260022
8#190017
9#0D000B
Tints
Lighter variations
1#A40294
2#CA02B6
3#F002D8
4#FD1CE6
5#FD42EA
6#FD68EE
7#FE8DF3
8#FEB3F7
9#FFD9FB
Tones
Muted variations
1#78086D
2#720E68
3#6B1463
4#651A5E
5#5F2159
6#592754
7#522D4F
8#4C334A
9#463A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BF2 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EEC | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1029F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510149 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #32012D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FFF0FD;
--purple-100: #FFDCFB;
--purple-200: #FEBDF8;
--purple-300: #FE8BF2;
--purple-400: #FD4EEC;
--purple-500: #FD1CE6;
--purple-600: #DE02C8;
--purple-700: #B1029F;
--purple-800: #7E0172;
--purple-900: #510149;
--purple-950: #32012D;
}