Purple
#78086D
PinkColor Codes
All color formats for development
HEX
#78086DRGB
rgb(120, 8, 109)HSL
hsl(306, 88%, 25%)OKLCH
oklch(0.398 0.172 333.3)CMYK
cmyk(0%, 93%, 9%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C0762
2#600657
3#54054C
4#480541
5#3C0436
6#30032B
7#240221
8#180216
9#0C010B
Tints
Lighter variations
1#9C0A8D
2#C00CAE
3#E40FCE
4#F127DD
5#F44BE3
6#F66FE8
7#F893EE
8#FAB7F4
9#FDDBF9
Tones
Muted variations
1#720D68
2#6D1364
3#67185F
4#611E5B
5#5C2456
6#562952
7#512F4D
8#4B3549
9#453A44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EE | BordersInactive statesPlaceholder text |
| 400 | F457 #F457E5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127DD | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78086D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0546 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF1FD;
--purple-100: #FDDDFA;
--purple-200: #FBC1F5;
--purple-300: #F891EE;
--purple-400: #F457E5;
--purple-500: #F127DD;
--purple-600: #D30DBF;
--purple-700: #A80B98;
--purple-800: #78086D;
--purple-900: #4D0546;
--purple-950: #30032B;
}