Purple
#8C149F
PinkColor Codes
All color formats for development
HEX
#8C149FRGB
rgb(140, 20, 159)HSL
hsl(292, 78%, 35%)OKLCH
oklch(0.469 0.211 321.4)CMYK
cmyk(12%, 87%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E128F
2#70107F
3#620E6F
4#540C5F
5#460A4F
6#380840
7#2A0630
8#1C0420
9#0E0210
Tints
Lighter variations
1#A617BC
2#C01BDA
3#CD30E5
4#D44EE9
5#DC6BED
6#E389F0
7#EAA6F4
8#F1C4F8
9#F8E1FB
Tones
Muted variations
1#871B98
2#822291
3#7D298A
4#782F83
5#73367C
6#6E3D75
7#69446E
8#634B67
9#5E5260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DF #F7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C4 #F1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | E697 #E697F2 | BordersInactive statesPlaceholder text |
| 400 | D960 #D960EB | Disabled statesSecondary iconsMuted text |
| 500 | CE33 #CE33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B019 #B019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8C14 #8C149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 640E #640E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4009 #400949 | Primary textHigh emphasis contentDark headings |
| 950 | 2806 #28062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FCF1FD;
--purple-100: #F7DFFB;
--purple-200: #F1C4F8;
--purple-300: #E697F2;
--purple-400: #D960EB;
--purple-500: #CE33E6;
--purple-600: #B019C8;
--purple-700: #8C149F;
--purple-800: #640E71;
--purple-900: #400949;
--purple-950: #28062D;
}