Purple
#8F149F
PinkColor Codes
All color formats for development
HEX
#8F149FRGB
rgb(143, 20, 159)HSL
hsl(293, 78%, 35%)OKLCH
oklch(0.474 0.212 322.5)CMYK
cmyk(10%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#80128F
2#72107F
3#640E6F
4#560C5F
5#470A4F
6#390840
7#2B0630
8#1D0420
9#0E0210
Tints
Lighter variations
1#A917BC
2#C41BDA
3#D030E5
4#D74EE9
5#DE6BED
6#E489F0
7#EBA6F4
8#F2C4F8
9#F8E1FB
Tones
Muted variations
1#891B98
2#842291
3#7F298A
4#792F83
5#74367C
6#6F3D75
7#69446E
8#644B67
9#5F5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DF #F8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C4 #F2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E797 #E797F2 | BordersInactive statesPlaceholder text |
| 400 | DB60 #DB60EB | Disabled statesSecondary iconsMuted text |
| 500 | D133 #D133E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B319 #B319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F14 #8F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 660E #660E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4109 #410949 | Primary textHigh emphasis contentDark headings |
| 950 | 2906 #29062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FD;
--purple-100: #F8DFFB;
--purple-200: #F2C4F8;
--purple-300: #E797F2;
--purple-400: #DB60EB;
--purple-500: #D133E6;
--purple-600: #B319C8;
--purple-700: #8F149F;
--purple-800: #660E71;
--purple-900: #410949;
--purple-950: #29062D;
}