Purple
#88149F
PinkColor Codes
All color formats for development
HEX
#88149FRGB
rgb(136, 20, 159)HSL
hsl(290, 78%, 35%)OKLCH
oklch(0.463 0.209 319.8)CMYK
cmyk(14%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7A128F
2#6D107F
3#5F0E6F
4#510C5F
5#440A4F
6#360840
7#290630
8#1B0420
9#0E0210
Tints
Lighter variations
1#A117BC
2#BA1BDA
3#C730E5
4#CF4EE9
5#D76BED
6#DF89F0
7#E7A6F4
8#EFC4F8
9#F7E1FB
Tones
Muted variations
1#831B98
2#7E2291
3#7A298A
4#752F83
5#70367C
6#6C3D75
7#67446E
8#634B67
9#5E5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DF #F6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC4 #EFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E397 #E397F2 | BordersInactive statesPlaceholder text |
| 400 | D460 #D460EB | Disabled statesSecondary iconsMuted text |
| 500 | C833 #C833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | AB19 #AB19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8814 #88149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 610E #610E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E09 #3E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 2706 #27062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FBF1FD;
--purple-100: #F6DFFB;
--purple-200: #EFC4F8;
--purple-300: #E397F2;
--purple-400: #D460EB;
--purple-500: #C833E6;
--purple-600: #AB19C8;
--purple-700: #88149F;
--purple-800: #610E71;
--purple-900: #3E0949;
--purple-950: #27062D;
}