Purple
#780847
PinkColor Codes
All color formats for development
HEX
#780847RGB
rgb(120, 8, 71)HSL
hsl(326, 88%, 25%)OKLCH
oklch(0.379 0.149 354.2)CMYK
cmyk(0%, 93%, 41%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C0740
2#600639
3#540532
4#48052B
5#3C0424
6#30031C
7#240215
8#18020E
9#0C0107
Tints
Lighter variations
1#9C0A5D
2#C00C72
3#E40F87
4#F1279A
5#F44BAB
6#F66FBB
7#F893CC
8#FAB7DD
9#FDDBEE
Tones
Muted variations
1#720D46
2#6D1346
3#671845
4#611E44
5#5C2443
6#562943
7#512F42
8#4B3541
9#453A40
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CB | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B0 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1279A | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D052E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--purple-50: #FEF1F8;
--purple-100: #FDDDEF;
--purple-200: #FBC1E2;
--purple-300: #F891CB;
--purple-400: #F457B0;
--purple-500: #F1279A;
--purple-600: #D30D7D;
--purple-700: #A80B64;
--purple-800: #780847;
--purple-900: #4D052E;
--purple-950: #30031C;
}